Mac 10.15 AndroidStudio JNI调试出错

mac升级到10.15后,进行Jni代码调试的时候报错:

com.intellij.execution.ExecutionFinishedException: Execution finished
Process finished with exit code 0

clean、invalidate cache and restart都没用,最后将host重新配置一下,就能够进行jni调试了:

127.0.0.1 localhost

thanks :手机和AS中debug环境配置问题小记

你可能感兴趣的:(Mac 10.15 AndroidStudio JNI调试出错)