React Native 开发调试问题

问题描述

react-native run-android ,模拟器正常运行
真机华为,出现异常

com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException
FAILURE: Build failed with an exception.

* What went wrong:
Task 'installRelease' not found in root project '*****'. Some candidates are: 'uninstallRelease'.

* Try:
Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 6.715 secs
Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/android-setup.html

这个问题貌似在国产手机中比较普遍(各大手机厂商都定制自己的UI)
解决办法
1.进去android/build.grade
修改 ‘com.android.tools.build:gradle:2.2.3’ =>’com.android.tools.build:gradle:1.2.3’
2.进去’android/gradle/wrapper/gradle-wrapper.properties’
修改 版本号为gradle-2.2-all.zip
‘distributionUrl=https://services.gradle.org/distributions/gradle……’=>’https://services.gradle.org/distributions/gradle-2.2-all.zip
3.重新运行

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值