java - ActivityNotFoundException due to wrong namespace? -


I want to start an activity like this:

  intended intent = new intent (This, FeedbackActivity.class); Activity.startActivity;   

I have declared activity in my manifest:

  & amp; Activity Activity: Name = "Feedback Activity" Android: parentActivityName = "de.fun4mobile.jumba.GameActivity" & gt; & Lt; Meta-Data Android: name = "android.support.PARENT_ACTIVITY" Android: value = "de.fun4mobile.jumba.GameActivitry" /> & Lt; / Activity & gt;   

However, I get the above ActivityNotFound exception:

Unable to find the obvious activity class {de.fun4mobile.jumba / de.fun4mobile.jumba. FeedbackActivity}; Have you declared this activity in your Android manifest. XML?

It is quite clear that the path / name space for the activity is in some way wrong (duplicate) but why is it so? Is this an error in my manifestation?

  android: value = "de.fun4mobile.jumba.jivactivree"  < / Pre> 

is not gameactivity is there a typo?

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -