Android Stuidio中下载TRAE插件依赖的JCEF后打不开

📅 2026/7/12 2:46:20 👁️ 阅读次数 📝 编程学习
Android Stuidio中下载TRAE插件依赖的JCEF后打不开

报错信息


[0.008s][warning][cds] Archived non-system classes are disabled
because the java.system.class.loader property is specified (value =
“com.intellij.util.lang.PathClassLoader”). To use archived non-system
classes, this property must not be set
CompileCommand: exclude
org/jetbrains/kotlin/serialization/deserialization/TypeDeserializer.simple
Type bool exclude = true
CompileCommand: exclude
org/jetbrains/kotlin/serialization/deserialization/TypeDeserializer.toAttri
butes bool exclude = true
Error occurred during initialization of VM
java.lang.Error: A command line option has attempted to allow or
enable the Security Manager. Enabling a Security Manager is not
supported.
at
java.lang.System.initPhase3(java.base@25.0.2/System.java:1971)

Please try to reinstall the IDE.
For support, please refer to https://jb.gg/ide/critical-startup-errors

解决办法

进入到
C:\Users\16400\AppData\Roaming\Google\AndroidStudio2026.1.1
目录下删除studio64.exe.jdk文件
当然,因为这个目录是和用户有关的,在Windows上也可以按Win+R
输入%APPDATA%\Google\AndroidStudio2026.1.1快速进入到对应的目录

结语

AI并不擅长解决此类问题,所以特意记录一下。
Android Studio Quail 1 | 2026.1.1 Patch 2 该版本不支持使用TRAE插件,
Code Buddy也是类似的,需要依赖JCEF,所以暂时不建议升级AS到这个版本