搜尋

首頁  >  問答  >  主體

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

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

    new Runnable() {

        @Override
        public void run() {
            // put your logic here!
            // use the mContext instead of this here
        }

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

天蓬老师天蓬老师2771 天前433

全部回覆(1)我來回復

  • 巴扎黑

    巴扎黑2017-04-18 09:17:21

    把Eclipse 工程轉到Android studio 在弄吧,現在基本上沒人用Eclipse了吧

    回覆
    0
  • 取消回覆