Import project in Android Studio from Eclipse

后端 未结 11 671
孤街浪徒
孤街浪徒 2021-01-01 10:06

I installed new Android Studio 0.1.1 based on IDEA ide and tried Import code from Eclipse.

  1. Go to Eclipse->Export->Grandle so it add gradle file
  2. Open A
11条回答
  •  离开以前
    2021-01-01 10:36

    In the file build.gradle change your compileSdkVersion to your current version. For me it is 23. Your buildToolsVersion would be the same number. Hence the only thing I had to do was

    • Change CompileSdkVersion 15 to CompileSdkVersion 23 in the build.gradle

提交回复
热议问题