Android Eclipse下使用Multidex第三方库的使用方法是怎样的?

浏览:48日期:2022-11-06

问题描述

我按照网上的方法加入了multidex包之后,在Application里面继承MultiDexApplication,在onCreate里面加入这个代码:{final Context mContext = this;

new Runnable() {@Overridepublic void run() { // put your logic here! // use the mContext instead of this here}

}.run();}运行出来还是报错方法超量,网上也找不到关于Eclipse下使用Multidex包的方法。求告知!!!谢谢!

问题解答

回答1:

把Eclipse 工程转到Android studio 在弄吧,现在基本上没人用Eclipse了吧

相关文章: