Build failed after updating tools for Android L

前端 未结 3 774
醉话见心
醉话见心 2021-02-07 07:39

I cannot build my project after updating the tools. I get this error in Android Studio.

/build/exploded-aar/com.android.support/support-v4/21.0.0-rc1/And

3条回答
  •  别跟我提以往
    2021-02-07 08:02

    This solved the issue for me and I was able to build the app.

    compile('com.android.support:support-v4:19.1.0'){
        force = true
    }
    

提交回复
热议问题