Skip to content

Instantly share code, notes, and snippets.

@DerZyklop
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save DerZyklop/f6b6f3f211153ef2fe74 to your computer and use it in GitHub Desktop.

Select an option

Save DerZyklop/f6b6f3f211153ef2fe74 to your computer and use it in GitHub Desktop.
Make an openui5-app work on android
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