Skip to content

Instantly share code, notes, and snippets.

@mr1azl
Last active August 10, 2017 16:54
Show Gist options
  • Save mr1azl/ef8222ff02a3b35893bb01d4c9831f15 to your computer and use it in GitHub Desktop.
Save mr1azl/ef8222ff02a3b35893bb01d4c9831f15 to your computer and use it in GitHub Desktop.
`android update sdk --no-ui --filter build-tools-24.0.0,android-24,extra-android-m2repository`
```
sudo apt-get install -y lib32gcc1 libc6-i386 lib32z1 lib32stdc++6
sudo apt-get install -y lib32ncurses5 lib32gomp1 lib32z1-dev
cordova build --platform android
cordova build --platform android --release
```
http://ionicframework.com/docs/v1/guide/publishing.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment