[android-developers] changed package name in manifest and now getting errors
I changed my package name in AndroidManifest.xml from
com.otl.AndroidRemoteApp to com.otl.AndroidRemoteApp1 because the
original apk file is lost and I need to upload the app as new. And in
order to do that I have to change the package name. Once I changed the
package name, I get errors like this:
10-16 17:12:56.442: E/AndroidRuntime(620): java.lang.RuntimeException:
Unable to instantiate activity ComponentInfo{com.otl.AndroidRemoteApp1/
com.otl.AndroidRemoteApp1.SplashScreen}:
java.lang.ClassNotFoundException:
com.otl.AndroidRemoteApp1.SplashScreen
any ideas?
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home