mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 09:29:38 +00:00
Fixed bug - amStartArgs not accepted in "launch" config #9
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 @jamesikanos on 8/5/2024
I was testing modifications to the AOSP Settings app in VSCode.
When launching a debugger using a config similar to below, the error: "Launch failed: No valid launch activity found in AndroidManifest.xml or launch.json".
Code was not checking for a valid amStartArgs. Modified to accept a non-zero-length array for amStartArgs.