PANIC: Missing emulator engine program for 'x86' CPU.

获取可用的Android模拟器

1:emulator -list-avds 获取可用的模拟器的名称(只用名称)

2:  android list -avd    获取可用的模拟器(信息详细)

启动安卓模拟器

emulator -avd 模拟器名称

遇到问题: PANIC: Missing emulator engine program for 'x86' CPU.

解决方法: 前往文件夹 ~/Library/Android/SDK/ 替换 emulator 和 tools 中的内容

React-Native启用Android

react-native run-android

参考链接:https://blog.csdn.net/tao_sheng_yi_jiu/article/details/80469426

猜你喜欢

转载自www.cnblogs.com/jisa/p/10452504.html