We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b4d5e commit fd9a48fCopy full SHA for fd9a48f
.vscode/launch.json
@@ -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