如何将项目从android studio迁移到eclipse [英] how to migrate project from android studio into eclipse

查看:64
本文介绍了如何将项目从android studio迁移到eclipse的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我想将我在android studio中开发的项目迁移到eclipse中。请给我一个解决方案。

Hi All,

I want to migrate my project developed in android studio into eclipse. please give me a solution for it.

推荐答案

正如其他人所说,完全导入是不​​可能的,但只需尝试手动导入。 Android项目的关键文件是Java源代码(src目录),资源XML文件和Manifest。只需在Eclipse中创建一个新的Android项目,然后只需复制这些文件即可。您可能必须创建一个新的包结构,因此构造必要的包并复制每个源文件,并在必要时重构包名。如果您使用任何其他库,您可能还必须手动导入它们。



这是我在一个月前看到的其他用户复制的答案当我的朋友在搜索它时试试吧
As the others say, a full import is not possible, but just try a manual 'import'. The key files for an Android project are the Java sourcecode (src directory), the resource XML files and the Manifest. Just create a new Android project in Eclipse and simply copy these files over. You may have to create a new package structure, so construct the necessary packages and copy each sourcefile over and refactor the package name if necessary. If you use any additional libraries, you may have to manually import them as well.

It is the answer copied from other user in other forum which I saw a month ago when my friend was searching it. TRY it out


这篇关于如何将项目从android studio迁移到eclipse的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆