AS项目转到eclipse中方法

手工改,
1.在eclipse 上新建一个空的项目;
2.点击android studio 中的android 视图,
        a.替换as 中的AndroidManifest.xml -> eclipse 中的AndroidManifest.xml;
        b.替换as 中java 目录下源文件 -> eclipse 中的src 目录下的源文件;
        c.替换as 中res 目录下资源文件 -> eclipse 中的res 目录下;
        d.copy as中jniLibs 中的目录 -> eclipse 中的libs 目录下;
        e.copy as中assets 中的目录 -> eclipse 中的assets 目录下;
3.alt + enter, 选择sdk api 版本;
4.eclipse 右键 -> android tools -> fix ,eclipse -> project -> clean project即可

posted @ 2016-07-07 16:47  请叫我码农怪蜀黍  阅读(7539)  评论(0编辑  收藏  举报