且构网

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

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

更新时间:2022-12-31 10:54:18

从eclipse导入项目到android工作室,如下面的步骤:

import project from eclipse to android studio like folloowing 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.

请阅读此链接.it可能对您有所帮助。

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

参考链接

快乐编码!