Android Studio一直在download - 修改Gradle使用国内源 - 阿里云Maven镜像仓库地址 - 报错platform ‘android-30‘ not found.

Posted Rudon滨海渔村

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Studio一直在download - 修改Gradle使用国内源 - 阿里云Maven镜像仓库地址 - 报错platform ‘android-30‘ not found.相关的知识,希望对你有一定的参考价值。

修改Project模式下的/build.gradle 换源

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript 
    repositories 
        maven  url 'https://plugins.gradle.org/m2/' 
        maven  url 'https://maven.aliyun.com/nexus/content/repositories/google' 
        maven  url 'https://maven.aliyun.com/nexus/content/groups/public' 
        maven  url 'https://maven.aliyun.com/nexus/content/repositories/jcenter'
//        google()
//        jcenter()
    
    dependencies 
        classpath 'com.android.tools.build:gradle:4.1.1'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    


allprojects 
    repositories 
        maven  url 'https://plugins.gradle.org/m2/' 
        maven  url 'https://maven.aliyun.com/nexus/content/repositories/google' 
        maven  url 'https://maven.aliyun.com/nexus/content/groups/public' 
        maven  url 'https://maven.aliyun.com/nexus/content/repositories/jcenter'
//        google()
//        jcenter()
    


task clean(type: Delete) 
    delete rootProject.buildDir

关掉AS再打开,飞起!

报错

Module: 'simpleDemo' platform 'android-30' not found.

解决办法:

修改\\simpleDemo\\build.gradle,从

compileSdkVersion 30

compileSdkVersion 33

保存,重启即可.

没有android33? 点这看:

怎么下载更多的android版本? 。。。。 没有爬墙的梯子,就别想了。。。。

以上是关于Android Studio一直在download - 修改Gradle使用国内源 - 阿里云Maven镜像仓库地址 - 报错platform ‘android-30‘ not found.的主要内容,如果未能解决你的问题,请参考以下文章

Android Studio一直在download - 修改Gradle使用国内源 - 阿里云Maven镜像仓库地址 - 报错platform ‘android-30‘ not found.

着急使用android studio打包时,坑b gradle一直卡在gradle download maven metadata?

着急使用android studio打包时,坑b gradle一直卡在gradle download maven metadata?

android studio genymotion插件

Android studio上git的使用

Android Studio安装与配置