Created
September 7, 2015 01:57
-
-
Save Nosfheratu/eae456d3acc89409159a to your computer and use it in GitHub Desktop.
change rubymotion android api level & use Genymotion emulator
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
| # http://www.iconoclastlabs.com/blog/rubymotion-android-in-the-emulator-with-genymotion | |
| app.api_version = "22" | |
| app.archs << 'x86' # for Genymotion support |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment