Skip to content

Instantly share code, notes, and snippets.

@hitme
Created August 5, 2015 06:39
Show Gist options
  • Save hitme/a27687ebcc4ddfe7d92a to your computer and use it in GitHub Desktop.
Save hitme/a27687ebcc4ddfe7d92a to your computer and use it in GitHub Desktop.
mac+as+gradle+genymotion搭建android调试环境
1. Download the latest AndroidStudios(AS)
2. Install Genymotion simultor.
3. Download 'gradle-2.2.1-all.zip',and unzip into 'GRADLE_PATH=gradle-2.2.1-all'
4. In AS, search 'Global Gradle settings. Unselect 'offline work',
select 'use local gradle distribution', and specify 'Gradle home' to the GRADLE_PATH directory.
5. Download 'android-sdk_r24.3.3-macosx.zip' and unzip into 'ANDROID_SDK_PATH=android-sdk-macosx'
6. In AS, search 'Android SDK',and specify 'Android SDK Location' to the ANDROID_SDK_PATH directory.
references:
http://tleyden.github.io/blog/2013/11/22/android-studio-plus-genymotion-emulator/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment