opens Android Studio to build APK
Example capacitor.config.json:
{
"appId": "com.mahakam.ojek",
"appName": "MahakamOjek",
"webDir": "www",
"bundledWebRuntime": false
}
Tips:
- Replace YOUR_API_KEY in index.html with a real Google Maps API key.
- In Android Studio: Build > Build Bundle(s) / APK(s) > Build APK(s). Then locate generated APK.
- If you prefer Cordova, the same ./www folder can be used in cordova create projects.
Note: I included only config & instructions here. If you mau, saya bisa:
• generate a ZIP berisi: index.html, capacitor.config.json, package.json, README.md
• or generate a complete Android Studio project (lebih besar).
-->