使用apktool打包apk抛出异常Exception in thread "main" org.jf.util.ExceptionWithContext

游戏中SDK开发和接入经常需要用到apktool打包,打包过程中难免遇到各种问题,下面是我遇到的问题:  这个报错的意思是方法数过多,那么我们可以这么处理 下载android-support-multiex.jar这个包导入工程,然后再Application类中的attachBaseContext 方法中调用MultiDex.install(this) 这个方法即可帮你完成分多个dex。
相关文章
相关标签/搜索