因为android studio3.0之后,build.gradle中的关键字compile改为implementation
如果项目中有没改过来的会发生警告,但是程序依然能够运行, 不过这个警告会在2018年底移除。
关于android studio发出的The app.Configuration 'compile' is obsolete and has been replaced with 'impleme警告
最新推荐文章于 2021-02-27 09:54:40 发布
因为android studio3.0之后,build.gradle中的关键字compile改为implementation
如果项目中有没改过来的会发生警告,但是程序依然能够运行, 不过这个警告会在2018年底移除。