Android Studio: Unexpected top level exception (finished with non-zero exit value 2..)

后端 未结 3 1439
半阙折子戏
半阙折子戏 2020-12-06 02:13

When i\'m trying to debug my android app i\'m getting the following error message:

Error:Execution failed for task \':app:transformClassesWithDexFor

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-06 02:56

    At my case change buildToolsVersion from "24" to "23.0.2", solve the problem especially if you're using old Android Studio less than version 2

提交回复
热议问题