Weird : UNEXPECTED TOP-LEVEL EXCEPTION: Execution failed for task app:dexDebug

前端 未结 4 2016
滥情空心
滥情空心 2020-12-03 18:13

I didn\'t implement new libs but this problem occured while coding :

Error:Execution failed for task \':app:dexDebug\'.

com.android.ide.commo

4条回答
  •  半阙折子戏
    2020-12-03 19:10

    You can fix the limit issue by enabling multdex in your build.gradle by adding "multiDexEnabled true". For more information see http://android-developers.blogspot.com.es/2014/12/google-play-services-and-dex-method.html

    Referred from Why did this happen? How do i fix this? Android: UNEXPECTED TOP-LEVEL EXCEPTION:.

提交回复
热议问题