You do not have a class named com.otl.AndroidRemoteApp1.SplashScreen,
apparently. Either refactor your source code to also be in
com.otl.AndroidRemoteApp1, or adjust your manifest to refer to your
components with a correct fully-qualified package name.

On Tue, Oct 16, 2012 at 5:15 PM, John Merlino <stoici...@aol.com> wrote:
>  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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 4.2 Available!

-- 
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