Android Studio build error - Multiple dex files define Landroid/support/v4/

前端 未结 11 802
别那么骄傲
别那么骄傲 2020-12-17 08:56

I am unable to build my project in Android Studio. I get the following error:

Error:Android Dex: [RaditazAndroid] Unable to execute DX
Error:Android Dex: [R         


        
11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-17 09:28

    I had the same error.

    Removing a library(jtwitter.jar) form my-project/app/libs folder helped me.

    Then cleaned the project and ran it and it worked.

提交回复
热议问题