Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| lwc:programming:mobile:android [2020/11/27 19:56] – John Harrison | lwc:programming:mobile:android [2022/01/03 12:18] (current) – [Random] John Harrison | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * https: | * https: | ||
| - | |||
| ===== Installing dev environment for Cordova ===== | ===== Installing dev environment for Cordova ===== | ||
| Line 8: | Line 7: | ||
| * sudo apt-get install ant | * sudo apt-get install ant | ||
| * [[http:// | * [[http:// | ||
| - | |||
| - | |||
| - | ===== Extracting apk: ===== | ||
| - | |||
| - | from [[http:// | ||
| - | |||
| - | * find out the package name: adb shell pm list packages | ||
| - | * get the path of the package: | ||
| - | * pull the apk from the device: | ||
| - | |||
| - | |||
| - | \\ | ||
| - | |||
| ===== Other ===== | ===== Other ===== | ||
| Line 72: | Line 58: | ||
| * iOS: splash screen work as-is without moving or renaming them and without any changes to the config.xml file. | * iOS: splash screen work as-is without moving or renaming them and without any changes to the config.xml file. | ||
| * //This information was correct as of cordova 5.3.3// | * //This information was correct as of cordova 5.3.3// | ||
| + | ==== Handy Dandy commands ==== | ||
| + | * aapt in '' | ||
| + | * get package name: '' | ||
| + | * get default activity run on launch: '' | ||
| + | ===== Random ===== | ||
| + | * OTA App updater: [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||