iwgang / GankCamp-React-Native

gank.io (干货集中营) react-native版本,同时支持Android和iOS
MIT License
251 stars 64 forks source link

你好,安卓也run 不起来 #2

Open StarksJohn opened 8 years ago

StarksJohn commented 8 years ago

执行 ╰─$ react-native run-android 后 报错 A problem occurred configuring project ':app'.

A problem occurred configuring project ':react-native-spinkit'. failed to find Build Tools revision 23.0.3

求解 啊

iwgang commented 8 years ago

compileSdkVersion 23 buildToolsVersion "23.0.1"

对比下你本地有没这两个版本

zijing07 commented 8 years ago

image

我在android上run的时候,会报这样的错误,然后去 https://github.com/facebook/react-native/issues/7679 这边看了看,也看不出有什么解决方案。

目前还在看有什么方法可以解决,如果解决了就回来回复。

StarksJohn commented 8 years ago

@zijing07 - npm install react@15.0.2 --save 可解 ,react跟react-native的版本没对应上

zijing07 commented 8 years ago

@cham1985 好了,谢谢!