donejs / donejs-cordova

A plugin to add support for Cordova to your DoneJS application
http://donejs.com
MIT License
1 stars 0 forks source link

Android Development (Mac) #14

Open ryangwilson opened 8 years ago

ryangwilson commented 8 years ago

This page (https://donejs.com/SettingUp.html#section=section_AndroidDevelopment0) could use some info on how to install for Mac: Perhaps separate “Android Development (PC)” and “Android Development (Mac)”.

The command line code is focused towards PC, non-dev Mac users may not know you need to path differently and not include the '.bat' at the end (I did not).

For Mac, it seems like you need to use “Android 5.5.1 (API 22)” w/ "SDK Platform", “Intel x86 Atom_64_System Image”, and “Google APIs” installed to get it working correctly through 'donejs build android'. I was able to get set up, but it took a while.