android eclipse 导入idea项目
生活随笔
收集整理的這篇文章主要介紹了
android eclipse 导入idea项目
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
將以下代碼復制到.project中
<?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>IDEATest</name> <comment/> <projects/> <buildSpec> <buildCommand> <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> <arguments/> </buildCommand> <buildCommand> <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> <arguments/> </buildCommand> <buildCommand> <name>com.android.ide.eclipse.adt.ApkBuilder</name> <arguments/> </buildCommand><buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments/></buildCommand></buildSpec> <natures> <nature>com.android.ide.eclipse.adt.AndroidNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription>
轉(zhuǎn)載于:https://www.cnblogs.com/blogzhangwei/p/5337246.html
總結
以上是生活随笔為你收集整理的android eclipse 导入idea项目的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 谷歌浏览器文件下载了缓存的问题与解决方案
- 下一篇: Sonar插件的安装与使用详解