On Nov 15, 3:32 pm, pskr <[email protected]> wrote: > I verified that the .class file exists in out/target/common/obj/APPS/ > xxxApp_intermediates/classes.jar, classes-full-debug.jar, classes-full- > names.jar
Pull the APK off the device with "adb pull" and then use "dexdump" or "dexlist" to make sure the class is actually present in the DEX file there. -- 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

