Android运行时异常:API 'variant.getJavaCompiler()' is obsolete and has been replaced with 'variant........

报错详细信息如下

WARNING: API 'variant.getJavaCompiler()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'.
It will be removed at the end of 2019.
For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
To determine what is calling variant.getJavaCompiler(), use -Pandroid.debug.obsoleteApi=true on the command line to display a stack trace.

原因

由GreenDao的官方团队回答判断,应该是GreenDao框架引起的问题。

https://github.com/greenrobot/greenDAO/issues/942

解决方法

在Module的build.gradle里把针对GreenDao配置的targetGenDir注释掉即可,
不让其生成GreenDao文件到指定路径,而是生成到build文件夹,并且需要将之前targetGenDir路径下自动生成的文件删除,删除之后默认生成的文件路径为:module->build->generated->sourse->greendao

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值