Android Studio运行Kotlin报错:Error running xxx.xxxKt: Class xxx.xxxKt not found in module xxx

参考:https://stackoverflow.com/questions/49717001/error-class-com-example-nodedriverkt-not-found-in-module-cordapp-example

问题

创建Kotlin File/Class,在其中编写main()函数,点击main()函数左边的小箭头,选择第一个run选项,运行这段Kotlin代码。Run tasks运行7分钟以上,报以下错误

Error running 'com.example.helloworld.LearnKotlinKt': Class 'com.example.helloworld.LearnKotlinKt' not found in module 'app'

解决

i had this same problem with the example cordapp. I was able to resolve this problem by deleting the build and gradle folders in my project, and then, opening the jet brains IDE back again. This restarted the process of installing the gradle. Then the configurations file were set the right way. Previously all the class paths were not there. Have a look on my new configuration of kotlin that was preset after performing the above step. “Use Classpath of module” now is com.example.workflows-kotlin.test =>

根据参考链接中的回答,删除项目中的build和gradle文件夹,重新启动IDE(我采用rebuild project也是有效的),自动重新生成gradle,问题顺利解决

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值