I get an apk file from somewhere. I tried to install it the emulator
successfully. (The emulator is built from the latest code in AOSP
which should be cupcake or later). But I can't launch the application
from the GUI. It complains "The application xxx has stopped
unexpectedly." After checking the logcat, I find the message "access
to class not allowed". It seems that that process is not allowed to
instantiate the Activity class.

Since I can install the apk successfully, I am curious why I can't
launch it as a user.

BTW, I tried two ways to install the app. 1) by copying it to /system/
app and rebuild the system.img 2) by using "adb install". Both getting
the same error message.

I tried to extract the AndroidManifest.xml file from the apk.  But it
seems that the file is scrambled and can't read.

Any idea?

Thanks,
Johnny
--~--~---------~--~----~------------~-------~--~----~
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