如何在Eclipse中导入Android App项目源代码?
我使用此链接下载了联系人、通话记录和拨号器应用程序的 callLog UI 的 Android 源代码 https://android.googlesource.com/platform/packages/apps/Contacts/
现在,我想在 Eclipse 上使用它。但是当我尝试导入该项目时,它说没有找到该项目。然后我尝试手动设置所有配置,但在导入、AndroidManifest.xml、R.java等方面显示出很多错误。
那么有什么方法可以将其直接作为项目导入到eclipse中呢?
谢谢。
I downloaded the android source code for callLog UI for the Contacts, Call log, and Dialer applications using this link https://android.googlesource.com/platform/packages/apps/Contacts/
Now, I want to use it on eclipse. But when I try to import the project,it says it didnt found the project. Then I tried to set all the configurations manually, but it show a lot of errors with the importing, the AndroidManifest.xml, with the R.java, etc.
So is there any way of import this directly as a project to eclipse?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
文件->新建项目->Android项目
在对话框中,选择“现有项目”选项,并将路径放入项目根路径。
这总是对我有用。
File->New Project ->Android Project
In the dialog, choose the option "Existing Project" and put the path to the project root path.
This always works for me.
对于 adt-20131030,它是文件 --> 新建 --> 项目...--> Android --> 来自现有代码的 Android 项目。然后把路径放到项目根路径下。
With adt-20131030 it's File-->New-->Project...-->Android-->Android Project from Existing Code. Then put the path to the project root path.