adelphes / android-dev-ext

Android debugging support for VS Code
https://marketplace.visualstudio.com/items?itemName=adelphes.android-dev-ext
MIT License
216 stars 29 forks source link

amStartArgs LaunchActivity #110

Open sethshal opened 3 years ago

sethshal commented 3 years ago

Our Android app does not have a Launch Activity. Android Studio lets you set the Launch Activity to be set to nothing. Is that something we could accomplish through amStartArgs? The LaunchActivity lets me set it to "Nothing". I have not been able to set it through

"-n package.name/launch.activity"

adelphes commented 3 years ago

How are you starting the app without a launch activity? Is it a background service? Can you use the 'attach to process' functionality to debug it?