Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error:Cause: com.android.sdklib.repository.FullRevision

I wanted to try instant-run from AS 2.0 - for this to work I had to update to build-plugin to 2.0.0-alpha6 - but when doing this I cannot gradle-sync the project anymore as I am getting:

Gradle 'myProject' project refresh failed Error:Cause: com.android.sdklib.repository.FullRevision Anyone knows the reason/workaround for this?

I use JakeWharton/sdk-manager-plugin. build-plugin to 1.5.0 is not problem.

like image 450
sunghyun.lee Avatar asked Dec 01 '22 13:12

sunghyun.lee


1 Answers

In my project I have added

apply plugin: 'android-sdk-manager'

I removed it from the gradle file of App & it worked.

Hope will help you.

like image 88
Bhoomi Zalavadiya Avatar answered Dec 27 '22 01:12

Bhoomi Zalavadiya