Question

I currently have at least 5 Android Activity in my Android Project. I haven't experience any problems creating those activities. But when I add another activity, It shows an error on the "onCreateOptionsMenu" and "onCreate". Do you have any idea as to what I can do to solve this?

Was it helpful?

Solution

"onCreateOptionsMenu" it is problem for "Menu". And be careful 5 new Activity for create 5 Activity in AndroidMenifest + Application.........

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top