解决错误IntellJ IDEA ERROR: Cause: invalid type code: 00

问题场景:我尝试安装了IntelliJ IDEA ,在我设置好sdk的时候,我新建了android项目,运行是正常的。当我把语言改为kotlin的时候,新建项目,报了错误,invalid type code: 00

并且导致我的程序无法运行。

解决方案:File -> Setting -> Languages & Frameworks -> Android(Experimental) ,取消两个勾选,skip soutce...and only sync...

参考网址:https://stackoverflow.com/questions/52570334/how-can-i-fix-this-error-in-android-studio-cause-invalid-type-code-00

解决效果图:

解决错误IntellJ IDEA ERROR: Cause: invalid type code: 00_第1张图片

然后选择apply  点击ok,在把项目重启一下,就运行正常了

end

你可能感兴趣的:(kotlin学习)