我继承了一个项目,理想情况下,我们希望从gradle文件中删除以下导入:
compile "com.google.android.gms:play-services-base:${playServicesVersion}"
但是,一旦删除它,我们就会收到错误消息:
No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').
我搜索了项目中的所有地方,但找不到任何将我们与gms类或Google Play商店商品绑定的东西。我无法理解为什么在我看不到任何东西需要它时为什么会强制执行版本。在寻找此类东西以消除这种依赖性方面有什么建议吗?