android打包报错:

控制台报错解决方案:Error:Error converting bytecode to dex: Cause: com.android.dex.DexIndexOverflowException: Cannot merge new index 67092 into a non-jumbo instruction!

 

找到app下的build.gradle

在defaultConfig中添加

multiDexEnabled true代码即可解决

android studio-打包报Errors while building APK. You can find the errors in the 'Messages' view.报错解决方案

相关文章:

  • 2021-09-28
  • 2022-01-07
  • 2021-12-24
  • 2021-09-06
  • 2022-12-23
  • 2022-01-04
  • 2022-12-23
猜你喜欢
  • 2021-06-03
  • 2022-12-23
  • 2021-06-29
  • 2021-11-24
  • 2021-06-02
  • 2022-12-23
  • 2021-06-04
相关资源
相似解决方案