错误 -force-32bit 与 ANDROID_EMULATOR_FORCE_32BIT=true
1,配置环境变量,
加上ANDROID_EMULATOR_FORCE_32BIT=true
2,在AS中启动模拟器用下面方法
在你要运行的个工程右击->Run as -> Run configuration->Android application-> emulator , 滚动条拉到最后,找到commandline输入框,输入"-force-32bit",然后apply即可。
3,用命令行启动模拟器的方法
./emulator -force-32bit -avd <avd-name>