Assigned
Status Update
Comments
jv...@google.com <jv...@google.com> #2
sz...@gmail.com <sz...@gmail.com> #3
OK.
1. Already shared versions.
2. Screenshots won't help.
3. The log file keeps rapidly changing size. I think the IDE is logging new stuff all the time and replaces the log constantly. I'll include it from a random points in time.
Steps to reproduce are impossible to figure out at this point. I'd say "Use the IDE, update dependencies, gradle, Kotlin".
I can tell you that I completely reinstalled Android Studio, downloaded the latest version (same as what I had), manually cleaned caches and config files etc. I've only kept the folder in Application Support that contains Scratch files and Shelves, for obvious reasons. I opened a different project, to make sure the project itself is not the issue. Same thing - seeing this message, and getting weird behavior.
The IDE scans for files and indexes way longer than usual (after restarting IDE).
I can't open SDK manager, Preferences etc. I get the error message every time I open the IDE (High number of internal exceptions...). I can't do almost anything with the IDE.
Global file search didn't work at some point, now it works.
Starting an emulator works.
1. Already shared versions.
2. Screenshots won't help.
3. The log file keeps rapidly changing size. I think the IDE is logging new stuff all the time and replaces the log constantly. I'll include it from a random points in time.
Steps to reproduce are impossible to figure out at this point. I'd say "Use the IDE, update dependencies, gradle, Kotlin".
I can tell you that I completely reinstalled Android Studio, downloaded the latest version (same as what I had), manually cleaned caches and config files etc. I've only kept the folder in Application Support that contains Scratch files and Shelves, for obvious reasons. I opened a different project, to make sure the project itself is not the issue. Same thing - seeing this message, and getting weird behavior.
The IDE scans for files and indexes way longer than usual (after restarting IDE).
I can't open SDK manager, Preferences etc. I get the error message every time I open the IDE (High number of internal exceptions...). I can't do almost anything with the IDE.
Global file search didn't work at some point, now it works.
Starting an emulator works.
sz...@gmail.com <sz...@gmail.com> #4
Here's a stacktrace that I see after closing my project (by clicking the error icon on the "welcome" screen).
sz...@gmail.com <sz...@gmail.com> #5
I found the problem. The IDE can't handle a certain plugin. I forgot that I saw a popup suggestion to install this plugin and clicked on it (while viewing a CSV file)... It seemed pretty harmless...
com.intellij.diagnostic.PluginException: While loading class net.seesharpsoft.intellij.plugins.csv.actions.CsvTableEditorActions$AddColumnAfter: net/seesharpsoft/intellij/plugins/csv/actions/CsvTableEditorActions$AddColumnAfter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 [Plugin: net.seesharpsoft.intellij.plugins.csv]
It works fine after deleting the plugin's folder from:
/Users/user/Library/Application\ Support/Google/AndroidStudio4.1/plugins
java -version
java version "1.8.0_192"
Java(TM) SE Runtime Environment (build 1.8.0_192-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.192-b12, mixed mode)
javac -version
javac 1.8.0_192
Is there a way to catch such errors and prevent breaking the IDE?
Is something really wrong with my setup?
com.intellij.diagnostic.PluginException: While loading class net.seesharpsoft.intellij.plugins.csv.actions.CsvTableEditorActions$AddColumnAfter: net/seesharpsoft/intellij/plugins/csv/actions/CsvTableEditorActions$AddColumnAfter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 [Plugin: net.seesharpsoft.intellij.plugins.csv]
It works fine after deleting the plugin's folder from:
/Users/user/Library/Application\ Support/Google/AndroidStudio4.1/plugins
java -version
java version "1.8.0_192"
Java(TM) SE Runtime Environment (build 1.8.0_192-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.192-b12, mixed mode)
javac -version
javac 1.8.0_192
Is there a way to catch such errors and prevent breaking the IDE?
Is something really wrong with my setup?
Description
"High number of internal exceptions has been detected. This indicates a serious problem with the IDE. Please consider clean reinstall of Android Studio. If the problem persists, please report a bug by following the link below."
While updating dependencies, I also migrated from Fabric to Firebase Crashlytics, enabled multiDex, changed minSdkVersion, enabled useAndroidX and enableJetifier, updated gradle.
After doing "invalidate caches and restart" I still have trouble with the IDE.
Build: AI-201.8743.12.41.7042882, 202012200039,
AI-201.8743.12.41.7042882, JRE 1.8.0_242-release-1644-b3-6915495x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.16, screens 1920x1080, 1680x1050; Retina
AS: 4.1.2; Kotlin plugin: 1.4.21-release-Studio4.1-1; Android Gradle Plugin: 4.1.2; Gradle: 6.5; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
IMPORTANT: Please read