I have an application that works fine when deployed locally. I signed it in eclipse, and the first time I did, it worked. I did another assembly, and it works locally, but after I sign it, an attempt to open it by phone explodes immediately:
java.lang.RuntimeException: could not create an instance of the ComponentInfo activity {com.myapp / com.myapp.MyAoo}: java.lang.ClassNotFoundException: com.myapp.MyAoo in the dalvik.system.PathClassLoader [/ data / app / com. myapp-1.apk
I tried uninstalling and reinstalling. Same. A locally deployed Unsigned application is running. Signed Apps. Any thoughts?
android google-play
Kevin galligan
source share