Importing Existing Android Project into Eclipse

后端 未结 2 1076
旧时难觅i
旧时难觅i 2021-01-02 14:01

project.properties is being updated incorrectly when importing an Existing Android project into Eclipse. This file exists in source control:

# This file is          


        
2条回答
  •  礼貌的吻别
    2021-01-02 14:08

    import your project as you are doing ie

    Existing Android code into workspace.

    now delete the project.properties. clean and build project.

    Approach 2:

    if existing project has build.xml file import project using this ant build file import option

    New-->other-->Java Project from existing Ant file-->

    follow further option and you are done

    Approach 3

    right click your project ---> project properties go to Android Select appropriate API level. Clean and build your project .... Its done now

提交回复
热议问题