如何在Eclipse中导入Android App项目源代码?

发布于 2024-10-11 03:39:12 字数 379 浏览 4 评论 0原文

我使用此链接下载了联系人、通话记录和拨号器应用程序的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

故事未完 2024-10-18 03:39:12

文件->新建项目->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.

¢蛋碎的人ぎ生 2024-10-18 03:39:12

对于 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文