Skip to content

Commit fd9a48f

Browse files
committed
Up
1 parent f5b4d5e commit fd9a48f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.vscode/launch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Launch Android App",
6+
"type": "android",
7+
"request": "launch",
8+
// "program": "${workspaceFolder}/app/build/outputs/apk/debug/app-debug.apk",
9+
"preLaunchTask": "build and launch apk",
10+
// "stopAtEntry": false,
11+
// "cwd": "${workspaceFolder}",
12+
// "externalConsole": false
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)