I just want to be able to modify the manifest file so i dont have to
change source but so that i can also upload this to android market.
Currently I was forced to change package name and thats when errors
begin occurring all over.

On Oct 16, 5:23 pm, Mark Murphy <[email protected]> wrote:
> 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 <[email protected]> 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 [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
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://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 [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

Reply via email to