How to Setup Android Development Environment on Mac Easily
You have 3 options
- Install it on your own — you can use this tutorial [Hard way]
- Install Android Studio — it will setup almost everything for you [Easy way]
- Install Android Studio and then delete it — it will setup almost everything and you can then get rid of Android Studio [Option #1 done easy]
Why I have mentioned option #3? Because I was struggling with the first option for several hour (I use IntelliJ IDEA nad I just didn’t wont to install another IDE). In the end I have installed Android Studio, because the first option was just no go for me. Android Studio setups emulator, gradle build, … and then you just delete it (I has almost 2Gb). Bingo, Android development environment is setup and Android Studio is gone.
References
- [1] https://gist.github.com/patrickhammond/4ddbe49a67e5eb1b9c03
- [2] https://developer.android.com/studio/
- [3] https://cordova.apache.org/docs/en/latest/guide/platforms/android/