1, install eclipse:http://www.eclipse.org/downloads/, the webpage will automatically detect the applicable version (Mac OS x64), download "Eclipse IDE for Java Developers" and install;
2, try to run eclipse, if prompted "you need to install the old Java SE 6 runtime environment to open", then click "Details" in the Pop-up dialog box to jump to the Apple official website of the designated page (such as: https://support.apple.com/kb/DL1572? LOCALE=ZH_CN), download the required files and install;
3. Installing Java Development Kit (JDK): http://www.oracle.com/technetwork/java/javase/downloads/ jdk7-downloads-1880260.html, download the jdk-7u79-macosx-x64.dmg of Mac OS X x64 and install it;
4. Install ADT: Direct: Http://dl.google.com/android/ADT-XX.X.X.zip (check the latest version number first), then enter Eclipse, open Help->install New software, click "Add", Location Select Download Good adt-xx.x.x.zip, all the way to install (need to connect VPN download some files);
5, install Android sdk:http://developer.android.com/sdk/index.html, download Android studio and install, SDK directory in/users/username/library/ ANDROID/SDK, then set the SDK directory in the Preferments->android, and finally check the designated SDK in the properties->android of the project;
6, install third-party simulator genymotion:https://www.genymotion.com/, register, download and install;
7, install virtual box:https://www.virtualbox.org/wiki/downloads;
8. Download Genymotion Simulator and install it with virtual box;
9. Install genymotion Eclipse Plugin: enter eclipse, open Help->install New software, click "Add", location is "/http Plugins.genymotion.com/eclipse", do not select" Show only the latest version of available Softwar "" Group Items by category "" Hide Items that is already installed ", follow the steps to install (need to connect to the VPN download section file).
Build an eclipse-based Android debug environment under Mac OS