Error:Could not find com.android.tools.build:gradle:3.3. Issue raise after upgrading gradle version for splunk:mint-android-sdk

后端 未结 9 948
-上瘾入骨i
-上瘾入骨i 2020-12-29 05:42

My App was working fine, then i add com.splunk:mint-android-sdk, which required upper version of gradle, so i upgrade the gradle to from 2.1 to 3.3. after that i am facing i

9条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-29 06:13

    Inside buildscript add google() then open terminal write command-- gradlew build and press enter.

    repositories {
        google()
        jcenter()
    }
    

    NB: Make sure you are in active network connection

提交回复
热议问题