Android studio and eclipse + ADT

烈酒焚心 提交于 2019-12-24 06:06:26

问题


I'am looking at android studio tutorials on youtube and I find it very interesting. I'd like to know if android studio can be used in complement of Eclipse +ADT.

Is it possible to use android studio and it's WYSIWYG features to create the layout of the app and then go back in eclipse to edit the java code of it ?

thank you.


回答1:


You can do it, but it's going to be so inconvenient that I'm not sure why you'd want to.

The biggest problem you'll run into is that Eclipse and Android Studio can't share the same project. They can share the same source tree on disk, but you'll need to maintain separate project + build files for each environment. See Using gradle project in both Eclipse and IDEA for inspiration on that.



来源:https://stackoverflow.com/questions/22223246/android-studio-and-eclipse-adt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!