mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 09:29:38 +00:00
specify Launch-activity in launch.json #104
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @felwolff on 4/30/2019
I don't have a launch activity in the Manifest (and won't add one, because it normally runs as a service). I use an Activity for debugging to launch the App and used to do it in Android Studio with specifying a launch configuration.
Reading the error output
Launch failed: No valid launch activity found in AndroidManifest.xml or launch.jsonindicates I could do the same, but how to I set it? At least the auto-suggestions did not suggest a suitable attribute.