android eclipse 导入idea项目

将以下代码复制到.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> 

  

posted @ 2016-03-30 15:05  别人眼中的过客  阅读(1356)  评论(0编辑  收藏  举报