Last active
August 29, 2015 14:07
-
-
Save DerZyklop/f6b6f3f211153ef2fe74 to your computer and use it in GitHub Desktop.
Make an openui5-app work on android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo npm install -g cordova | |
| brew install android-sdk -g | |
| cordova create hello com.example.hello HelloWorld | |
| cd hello | |
| android | |
| // Now the "Android SDK-Manager" GUI opens; download the preselected packages. | |
| export ANDROID_HOME=`brew --prefix android` | |
| cordova platform add android |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment