配置方法數超過 64K 的應用

weixin_33913332發表於2018-12-29

官方解決方法:配置方法數超過 64K 的應用


解決“Cannot merge new index xxx into a non-jumbo instruction”的問題

使用Gradle構建的,在模組的build.gradle裡配置:

android {
  dexOptions {
      jumboMode true
  }
}

相關文章