【react-native 安卓模拟器安卓_windows】恢弘志士之气,不宜妄自菲薄。这篇文章主要讲述react-native 安卓模拟器安卓_windows相关的知识,希望能为你提供帮助。
安装步骤
- Expo 下载;
- 下载夜神模拟器,尝试过 genymotion,但是 apk 文件传输不了;
- 打开命令行,cd 到夜神模拟器目录下 /bin,查看夜神模拟器的端口(先运行夜神),用 adb 连接上夜神;
- 将 Expo 拖到模拟器上安装;
- 运行
npm run android
即可。
- 出现
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
查看是否连接 - 提示
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,需要安装。
推荐阅读
- Vue和Vux开发WebApp日志继续完善gulp任务,增加命令行参数
- 《android开发艺术探索》读书笔记--WindowManager
- 启动Android模拟器问题集锦
- 安卓开发设置沉浸式标题栏
- Android中保存静态秘钥实践(转)
- android上使用蓝牙设备进行语音输入
- mac android 真机调试
- Android应用开发按下返回键退向后台执行
- Linux hostname命令