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

后端 未结 2 695
情书的邮戳
情书的邮戳 2020-12-23 16:56

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-alpha1 - but when doing this I cannot gradle-sync the project anymore as

2条回答
  •  离开以前
    2020-12-23 17:15

    In case you want to keep the SDK Manager plugin, you can get the fixed committed version with :

    repositories {
        maven { url 'https://jitpack.io' }
    }
    
    classpath 'com.github.JakeWharton:sdk-manager-plugin:220bf7a88a7072df3ed16dc8466fb144f2817070'
    

    Not ideal though!

提交回复
热议问题