skip to Main Content

Android Studio – Stuck in the splash screen and won't open

My android studio stuck in splash screen My android studio stuck in splash screen These are the errors 😭 java.lang.ExceptionInInitializerError at com.intellij.ide.IdeEventQueue.<clinit>(IdeEventQueue.java:80) at com.intellij.idea.StartupUtil.replaceSystemEventQueue(StartupUtil.java:784) at com.intellij.idea.StartupUtil.patchSystem(StartupUtil.java:768) at com.intellij.idea.ApplicationLoader.executeInitAppInEdt(ApplicationLoader.kt:58) at com.intellij.idea.ApplicationLoader.access$executeInitAppInEdt(ApplicationLoader.kt:1) at com.intellij.idea.ApplicationLoader$initApplication$1$1.run(ApplicationLoader.kt:363) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)…

VIEW QUESTION

Android Studio – Android Studio build error – compileDebugJavaWithJavac task (current target it 1.8) and kaptGenerateStubsDebugKotlin task (current target is 17)

Getting the following build error in Android Studio compileDebugJavaWithJavac task (current target it 1.8) and kaptGenerateStubsDebugKotlin task (current target is 17) jvm target compatibility should be set to the same java version during the kaptGenerateStubsDebugKotlin step of project build in…

VIEW QUESTION

Android Studio – Dependency version issue

I have this issue when compiling my project in Android Studio: Dependency 'androidx.appcompat:appcompat-resources:1.6.1' requires libraries and applications that depend on it to compile against version 33 or later of the Android APIs. :app is currently compiled against android-32. Also, the…

VIEW QUESTION
Back To Top
Search