It looks like the log4j library is causing the issue. There is an Android version of the SLF4J library that you could try. ( http://www.slf4j.org/android/) If the problem still occurs, you'll need to compile the Thrift jar from source. I've found that Java 1.6 works the best for this when I've had to do this with other jars.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

