Skip to content

Instantly share code, notes, and snippets.

@Nosfheratu
Created September 7, 2015 01:57
Show Gist options
  • Select an option

  • Save Nosfheratu/eae456d3acc89409159a to your computer and use it in GitHub Desktop.

Select an option

Save Nosfheratu/eae456d3acc89409159a to your computer and use it in GitHub Desktop.
change rubymotion android api level & use Genymotion emulator
# 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