log4j support in Android

Posted by Travis on Stack Overflow See other posts from Stack Overflow or by Travis
Published on 2010-05-26T17:03:10Z Indexed on 2010/05/26 17:21 UTC
Read the original article Hit count: 577

I am attempting to shoehorn an existing SDK onto an android device and one of the dependencies of said SDK is Apache log4j. I am able to load my test program onto the android emulator but when the log4j object "PropertySetter" is called the program fails with a verification exception. Is there a way to ameliorate this issue?

© Stack Overflow or respective owner

Related posts about android

Related posts about apache