问题描述
我想从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.
推荐答案
那么,有可能是解决这个问题的另一种方式,但我最终删除行中的 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的工作室 - 图书馆参考../google-play-services_lib找不到导入项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!