AndroidNewWidgetsDemo icon indicating copy to clipboard operation
AndroidNewWidgetsDemo copied to clipboard

gradle fail due to "Error:failed to find Build Tools revision 23.0.0 rc2"

Open oska874 opened this issue 8 years ago • 3 comments

image

And I cannot find 23.0.0 rc2. How to solve this problem ? Or update version of the sdk?

oska874 avatar Oct 22 '15 14:10 oska874

@opengit 把编译版本 compileSdkVersion 换到23 ,主页的 顶部app名字就没有了。 image

Wing-Li avatar Feb 26 '16 10:02 Wing-Li

更新了这些就好了。
compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:design:23.1.1' compile 'com.android.support:cardview-v7:23.1.1' compile 'com.android.support:recyclerview-v7:23.1.1'

Wing-Li avatar Feb 26 '16 10:02 Wing-Li

@Wing-Li 感谢贡献解决方案。这个例子,现在在用的时候,请用最新的依赖包。

opengit avatar Feb 27 '16 03:02 opengit