问题描述
我正在尝试将我的一个项目从 Eclipse 导入到 AndroidStudio,但出现以下错误
I am trying to import from Eclipse to AndroidStudio a project of mine and I am getting the following error
首先我不明白为什么它不替换gradle文件中相应条目的google play services lib.
First I do not understand why it does not replace the google play services lib for the corresponding entry in the gradle file.
我应该怎么做才能解决这个问题?任何指导或教程链接都会有所帮助.
What should I do in order to fix the situation? Any guidance or link to a tutorial would be helpful.
推荐答案
嗯,也许有另一种方法可以解决这个问题,但我最终删除了 project.properties
文件中的那行参考了 google-play-services_lib
库.
Well, there might be another way of solving this problem, but I ended up removing the line in the project.properties
file that was making reference to the google-play-services_lib
library.
这篇关于Android Studio - 无法找到库参考 ../google-play-services_lib 导入项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!