Reputation: 7789
I installed Android Studio 3.4 on a new laptop (Macbook), and running the app
configuration now only installs the APK, but does not run the specified Activity.
android.intent.action.MAIN
and android.intent.category.LAUNCHER
Default activity
. Also tried specifying the exact Activity to run, no use.adb
works - am start -n cz.melkamar.pkg/cz.melkamar.pkg.MainActivity
I'm at a loss, any idea which settings/configs I should look at?
Upvotes: 2
Views: 305
Reputation: 7789
As Emmanuel suggested in a comment, the reason was that the Videostream app was clashing with the same port. Uninstalling it solved my issue.
Source link: Cannot launch the app - "Emulator-5556 [DISCONNECTED]" keeps appearing and disappearing
Upvotes: 1