Kostya,

That seems possible. The Java code was written without any idea that
it would ever run on Android. But how would I tell from the logcat
what standard Java API it might be using that is unsupported by
Android? So far, I only see the VerifyException for the actual classes
I'm trying to instantiate in my main Android app.


On Dec 8, 3:22 pm, Kostya Vasilyev <kmans...@gmail.com> wrote:
> Do those classes in the library, by any chance, reference standard Java
> apis that don't exist in your runtime Android version?
>
> That would cause verification to fail for them, perhaps triggering further
> verification failures up to the activity?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to