How to resolve java.util.zip.ZipException?

后端 未结 11 1169
执念已碎
执念已碎 2020-11-27 05:37

Whever I try to debug and deploy my android application (in Android Studio 0.9) I get the following error:

Execution failed for task \':app:packageAllDebugCl         


        
11条回答
  •  情歌与酒
    2020-11-27 06:17

    tools:overrideLibrary="com.google.android.gms.location, com.google.android.gms.internal"
    

    Did the trick for me (I guess you should change location with whatever google library you use)

提交回复
热议问题