This repository was archived by the owner on Oct 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 ],
1313 "console" : " integratedTerminal"
1414 },
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+ },
1526 {
1627 "name" : " ▶️ Android: Start Example Activity" ,
1728 "type" : " node" ,
6778 ],
6879 "console" : " integratedTerminal"
6980 }
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+ }
7089 ]
7190}
You can’t perform that action at this time.
0 commit comments