android / uamp

A sample audio app for Android
Apache License 2.0
13.11k stars 3.76k forks source link

Default Activity Not Found When Launching #450

Open mnewm9 opened 3 years ago

mnewm9 commented 3 years ago

I get the error of 'Could not identify launch activity: Default Activity not found Error while Launching activity'. I checked the manifest and it appears the intent filter for setting the 'app links for http' appears twice. I deleted the second occurrence and still the application will not launch. I also restarted my Android Studio that didn't seem to fix it either. I am attaching the manifest file

AndroidManifest.txt

advaitsaravade commented 3 years ago

Try changing your debug configuration from "automotive" to "app"?

cuongnd273 commented 3 years ago

Please check this link https://stackoverflow.com/a/62186376