After import from Eclipse to Android Studio cannot run Execution failed for task ':app:dexDebug"

后端 未结 2 979
灰色年华
灰色年华 2021-01-02 11:38

Have an Android project working in Eclipse (4.4.2) ADT, running on Linux (Ubuntu 14.10).

I have imported to Android Studio (1.1.0) and managed to get rid of my initi

2条回答
  •  死守一世寂寞
    2021-01-02 12:16

    Sometimes, you would have to remove android libraries which you have in libs folder while you were working in EclipseADT. I recommend to remove android-support-v*.jar from the libs folder after importing it to the Android Studio Directory.

提交回复
热议问题