Error: 'default Activity Not Found' For An App Containing A Broadcast Receiver
I have two separate apps. The first sends out two different kinds of Broadcasts. The second one waits for this broadcast from App #1 and uses the broadcast to decide what activity
Solution 1:
App>edit Configurations> On launch options choose Launch "Nothing"
Solution 2:
I had this problem since 3 days.. If you are sure that there is no problem in your manifest.xml then Here is a solution... 1)Delete Android.3.1 or which version folder you have from c/User/Android.your version... 2)Then start Android again..
It worked for me..
Solution 3:
I had the same problem. Try this: In Android Studio Tool Bar -> select Run->Edit Configuration-> On Launch Option ->Select Nothing in place of Default Activity
Post a Comment for "Error: 'default Activity Not Found' For An App Containing A Broadcast Receiver"