sherry wrote: > Now I used dexdump on /data/app/com.my.internal.apk and saw > SystemProperties class is in the classes.dex file: > > Class #9 - > Class descriptor : 'Lcom/sprint/internal/SystemProperties;' > Access flags : 0x30001 (PUBLIC VERIFIED OPTIMIZED) > Superclass : 'Ljava/lang/Object;' > > Can someone tell me why DexClassLoader.loadClass can not find it?
Even if you were to get this working in an emulator, I am uncertain it would work on a device, as you may not be able to access /data/app from your own application. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

