Android2024.2.1升级错误

提示 Gradle 版本不兼容,升级后就报错了 。

1.gradle安装包镜像

//distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip

distributionUrl=https://mirrors.cloud.tencent.com/gradle/gradle-8.5-bin.zip //镜像

2. Build报错:A failure occurred while executing com.android.build.gradle.internal.dexing.DexWorkAction

Gradle 8.5 Release Notes:Gradle8.5全面支持Java21

distributionUrl=https://services.gradle.org/distributions/gradle-8.5-bin.zip

classpath 'com.android.tools.build:gradle:8.3.0'

3.Namespace not specified. Specify a namespace in the module's build file.

app/build.gradle

apply plugin: 'com.android.application'

android {

namespace "com.hty.browser" //新增

compileSdkVersion 26

defaultConfig {

applicationId "com.hty.browser"

minSdkVersion 19

targetSdkVersion 26

}

}

4.Android Studio:case 错误: 需要常量表达式

https://blog.csdn.net/wchinaw/article/details/7325641

http://tools.android.com/tips/non-constant-fields

case 变量,不再支持,使用 if 代替。

快捷键:选中switch后,按alt+enter,选择replace为if..else

相关推荐
大耳猫1 小时前
Android gradle和maven国内镜像地址
android·gradle·maven
-seventy-3 小时前
Android 玩机知识储备
android
CYRUS STUDIO3 小时前
frida脚本,自动化寻址JNI方法
android·运维·自动化·逆向·移动安全·jni·frida
暮志未晚Webgl4 小时前
102. UE5 GAS RPG 实现范围技能奥术伤害
android·java·ue5
Patience to do4 小时前
Android Studio项目(算法计算器)
android·算法·android studio
我又来搬代码了7 小时前
【Android】使用TextView实现按钮开关代替Switch开关
android
江-月*夜10 小时前
uniapp vuex 搭建
android·javascript·uni-app
大风起兮云飞扬丶11 小时前
Android——显式/隐式Intent
android
大风起兮云飞扬丶11 小时前
Android——metaData
android
看山还是山,看水还是。11 小时前
Nginx 的 Http 模块介绍(中)
android·运维·网络·nginx·http