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

后端 未结 9 882
-上瘾入骨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:15

    Please follow these steps :

    1. Open Your project.

    2. Go to the Left side of the Gradle button.

    3. Click button above image show .

    4. if this type of view you are not in offline mode.

    5. Go to Build and rebucild the project.

    The above worked for me.

    0 讨论(0)
  • 2020-12-29 06:24

    I've got this error, and the problem was the antivirus Avast blocking android studio from download the files.

    so I've disabled it temporary and also runned Android studio as an admin. this solved the problem.

    0 讨论(0)
  • 2020-12-29 06:27

    I resolve my problem removing proxy configuration in file gradle.properties

    0 讨论(0)
提交回复
热议问题