您的当前位置:首页正文

Android Could not create task ‘:app:processDebugResources‘.

2024-11-13 来源:个人技术集锦

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists


//修改文件
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip

Top