android4.1编译运行

Android4.0的版本编译完后直接emulator就能运行模拟器,到了4.1就不行了!

要手动设置如下环境变量:

export ANDROID_BUILD_TOP=/Volumes/android/android

export ANDROID_PRODUCT_OUT=/Volumes/android/android/out/target/product/generic

export PATH=$PATH:/Volumes/android/android/out/host/darwin-x86/bin


另:emulator -skin 1024x800


通过命令choosecombo进行选择也可行。




你可能感兴趣的:(emulator,Android4.1,编译运行)