且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在android studio中导入现有项目?

更新时间:2022-12-31 11:08:15

从eclipse导入项目到android studio,步骤如下:

Import project from eclipse to android studio like following steps:

  1. 启动 Android Studio 并关闭所有打开的 Android Studio 项目.

  1. Start Android Studio and close any open Android Studio projects.

从 Android Studio 菜单中单击文件 >新 >导入项目.

From the Android Studio menu click File > New > Import Project.

选择包含 AndroidManifest.xml 文件的 Eclipse ADT 项目文件夹,然后单击确定".

Select the Eclipse ADT project folder with the AndroidManifest.xml file and click Ok.

选择目标文件夹,然后单击下一步.

Select the destination folder and click Next.

请阅读此链接.可能对你有帮助.

Please read this link. It might be helpful to you.

参考链接

快乐编码!