反应本地构建失败

时间:2018-11-19 18:08:44

标签: javascript react-native

嗨,我是本机反应新手,正在尝试设置示例项目,但是在尝试构建应用程序时,我遇到了以下错误

  

任务:app:installDebug失败

     

正在为“ app:debug”跳过设备“ d18a96d67d94-7.1.2”:找不到构建       支持密度-1和ABI的变体形式       失败:构建失败,并出现异常。

     

出了什么问题:       任务':app:installDebug'的执行失败。

     

无法在任何设备上安装。

知道为什么会这样吗?

2 个答案:

答案 0 :(得分:0)

  1. 启用开发人员模式-在您的手机中,依次转到“设置”,“关于手机”,然后单击MIUI版本7次。您会看到一个弹出窗口,提示您现在是开发人员。

  2. 返回“设置”,“其他设置”,“开发人员”选项并启用USB调试。

  3. 将手机连接到PC / Mac,并在手机上授权计算机

  4. 返回到“开发人员”选项,向下滚动以找到“打开MIUI优化”并将其禁用。您的手机将重新启动

  5. 立即尝试:)

=====

  1. cek列表设备:adb设备

  2. 杀死adb设备:adb kill-server deviceId 329cb478 //是我的ID设备

  3. 再次运行:adb设备

  4. npm start

  5. 打开另一个控制台/ cmd

  6. 在文件夹项目内部运行此命令:react-native run-android --deviceId 329cb478

答案 1 :(得分:0)

如果您遇到这样的错误:

Running C:\Android\sdk/platform-tools/adb -s 329cb478 reverse tcp:8081 tcp:8081
Installing the app on the device (cd android && adb -s 329cb478 install app/build/outputs/apk/app-debug.apk
adb: error: cannot stat 'app/build/outputs/apk/app-debug.apk': No such file or directory
Command failed: C:\Android\sdk/platform-tools/adb -s 329cb478 install app/build/outputs/apk/app-debug.apk
Could not install the app on the device, read the error above for details.

===

请点击cek:app-debug.apk位置

默认默认位置:C:\ Users \ base \ react_cargo \ cargomobile \ mobile_json2 \ android \ app \ build \ outputs \ apk \ debug \ app-debug.apk

并且您必须移动:app-debug.apk

C:\ Users \ base \ react_cargo \ cargomobile \ mobile_json2 \ android \ app \ build \ outputs \ apk \ app-debug.apk

up for one level folder : "debug"

outputs\apk\debug
--
outputs\apk\