File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 12
12
],
13
13
"console" : " integratedTerminal"
14
14
},
15
+ {
16
+ "name" : " 🚀 Android: Run Example (Horizon)" ,
17
+ "type" : " node" ,
18
+ "request" : " launch" ,
19
+ "runtimeExecutable" : " bash" ,
20
+ "runtimeArgs" : [
21
+ " -lc" ,
22
+ " ./gradlew -PEXAMPLE_OPENIAP_STORE=horizon \" -PEXAMPLE_HORIZON_APP_ID=${input:horizonAppId}\" :Example:installDebug && adb shell am start -n dev.hyo.martie/.MainActivity"
23
+ ],
24
+ "console" : " integratedTerminal"
25
+ },
15
26
{
16
27
"name" : " ▶️ Android: Start Example Activity" ,
17
28
"type" : " node" ,
67
78
],
68
79
"console" : " integratedTerminal"
69
80
}
81
+ ],
82
+ "inputs" : [
83
+ {
84
+ "id" : " horizonAppId" ,
85
+ "type" : " promptString" ,
86
+ "description" : " Enter Horizon App ID (Meta) used when building the example" ,
87
+ "default" : " "
88
+ }
70
89
]
71
90
}
You can’t perform that action at this time.
0 commit comments