A problem occurred configuring project ':app'. > failed to find Build Tools revision 23.0.1

在初学react-native时,执行命令react-native run-android会报如下错误:

react-native run-android

Starting JS server...
Building and installing the app on the device (cd android && ./gradlew installDebug...


FAILURE: Build failed with an exception.


* What went wrong:
A problem occurred configuring project ':app'.
> failed to find Build Tools revision 23.0.1


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.


BUILD FAILED

解决办法:android SDK版本不对应,本文23.0.1版本对不上,用Android SDK Manager一查看果然如此,安装了23.0.2和23.0.3,就是唯独没有安装23.0.1。所以我就把android/app/build.gradle文件中buildToolsVersion "23.0.1"改为"23.0.2",然后就测试通过了。本人觉得,如果把23.0.1 SDK装上估计也可以的。


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值