I\'m new to android and I have encounterded a problem. The console said that \"Could not identify launch activity: Default Activity not found\". I have add
For main activity in your manifest you have to add this with category LAUNCHER (First Activity on launch app):
LAUNCHER
For other activity you have to change category to DEFAULT:
DEFAULT
Check this Activity and this Start Another Activity
So your code is: