react-native 安卓模拟器安卓_windows

Posted 雷夫·麦

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react-native 安卓模拟器安卓_windows相关的知识,希望对你有一定的参考价值。

安装步骤

  1. Expo 下载
  2. 下载夜神模拟器,尝试过 genymotion,但是 apk 文件传输不了;
  3. 打开命令行,cd 到夜神模拟器目录下 /bin,查看夜神模拟器的端口(先运行夜神),用 adb 连接上夜神
  4. 将 Expo 拖到模拟器上安装;
  5. 运行 npm run android 即可。

注意

  1. 出现 Error running adb: No Android device found. Please connect a device and follow t he instructions here to enable USB debugging: https://developer.android.com/studio/run/device.html#developer-device-options. I f you are using Genymotion go to Settings -> ADB, select "Use custom Android SDK tools", and point it at your Android SDK directory. 表示夜神模拟器未启动或者 adb 未连接到夜神,用 adb devices 查看是否连接
  2. 提示 Starting: Intent { act=android.intent.action.VIEW dat=10.128.122.228:3000 pkg=com.ionicframework.myapp517087 } Error: Activity not started, unable to resolve Intent { act=android.intent.action.VIEW dat=10.128.122.228:3000 flg=0x10000000 pkg=com.ionicframework.myapp517087 } 表示模拟器未安装 Expo,需要安装。

以上是关于react-native 安卓模拟器安卓_windows的主要内容,如果未能解决你的问题,请参考以下文章

react-native 配置在安卓模拟器上运行

react-native服务启动,运行项目到安卓模拟器

mac 启动 安卓模拟器

react-native Mac下安卓真机调试

畅玩安卓模拟器打开应用后 黑屏,一直黑屏

为啥安卓模拟器屏幕是空白的?