问题描述
我试图从Eclipse导入到AndroidStudio我的一个项目,我收到以下错误
I am trying to import from Eclipse to AndroidStudio a project of mine and I am getting the following error
首先我不明白为什么它不能替代谷歌播放服务lib在gradle文件中的相应条目。
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.
推荐答案
嗯,可能还有另一种方法来解决这个问题,但是最后删除了引用 google-play-services_lib
库的 project.properties
文件中的行。
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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!