-
Notifications
You must be signed in to change notification settings - Fork 39
Description
AndroidCodeStudio Crash Report
Version : v1.0.0+gh.r2 (1021)
Variant : arm64-v8a (release)
Build type : OFFICIAL
SDK Version : 33
Supported ABIs : [arm64-v8a, armeabi-v7a, armeabi]
Manufacturer : samsung
Device : SM-A127F
Stacktrace:
java.lang.IllegalArgumentException: error: invalid source release: 21
at openjdk.tools.javac.main.Arguments.error(Arguments.java:887)
at openjdk.tools.javac.main.Arguments.doProcessArgs(Arguments.java:387)
at openjdk.tools.javac.main.Arguments.processArgs(Arguments.java:351)
at openjdk.tools.javac.main.Arguments.init(Arguments.java:246)
at openjdk.tools.javac.api.JavacTool.getTask(JavacTool.java:192)
at com.tom.rv2ide.javac.services.compiler.ReusableCompiler.getTask(ReusableCompiler.kt:97)
at com.tom.rv2ide.lsp.java.compiler.CompileBatch.batchTask(CompileBatch.java:133)
at com.tom.rv2ide.lsp.java.compiler.CompileBatch.(CompileBatch.java:81)
at com.tom.rv2ide.lsp.java.compiler.JavaCompilerService.performCompilation(JavaCompilerService.java:432)
at com.tom.rv2ide.lsp.java.compiler.JavaCompilerService.recompile(JavaCompilerService.java:407)
at com.tom.rv2ide.lsp.java.compiler.JavaCompilerService.reparseOrRecompile(JavaCompilerService.java:291)
at com.tom.rv2ide.lsp.java.compiler.JavaCompilerService.lambda$compileBatch$0$com-tom-rv2ide-lsp-java-compiler-JavaCompilerService(JavaCompilerService.java:261)
at com.tom.rv2ide.lsp.java.compiler.JavaCompilerService$$ExternalSyntheticLambda0.run(D8$$SyntheticClass:0)
at com.tom.rv2ide.lsp.java.compiler.SynchronizedTask.post(SynchronizedTask.kt:91)
at com.tom.rv2ide.lsp.java.compiler.JavaCompilerService.compileBatch(JavaCompilerService.java:258)
at com.tom.rv2ide.lsp.java.compiler.JavaCompilerService.compile(JavaCompilerService.java:254)
at com.tom.rv2ide.lsp.java.compiler.CompilerProvider.compile(CompilerProvider.java:62)
at com.tom.rv2ide.lsp.java.compiler.CompilerProvider.compile(CompilerProvider.java:58)
at com.tom.rv2ide.lsp.java.actions.diagnostics.AutoFixImportsAction.execAction(AutoFixImportsAction.kt:57)
at com.tom.rv2ide.actions.internal.DefaultActionsRegistry$executeAction$1.invokeSuspend(DefaultActionsRegistry.kt:205)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:586)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:829)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:717)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:704)