garen
garen
1. locate the process that occupies the port : lsof | grep 27042 2. kill that process : kill that_process_id 3. exit current adb shell(If you are root you need...
my device is kali-android. a simple way to avoid port occupancy is reboot, 😄 and try "chmod 755" .
I have solved this issue on kotlin-1.5.31, you should make some change in Parser.kt as following code: KotlinCoreEnvironment.createForProduction( Disposer.newDisposable(), CompilerConfiguration().also { configuration-> configuration.put( CLIConfigurationKeys.MESSAGE_COLLECTOR_KEY, PrintingMessageCollector(System.err, MessageRenderer.PLAIN_FULL_PATHS, false) ) configuration.put(CommonConfigurationKeys.MODULE_NAME, "detekt")...