人生必须的知识就是引人向光明方面的明灯。这篇文章主要讲述android studio:::解决方法数超过65536的方法,三步相关的知识,希望能为你提供帮助。
1.在build.gradle(Module: app) 中的defaultConfig{}中添加
multiDexEnabled true
2.在build.gradle(Module: app) 中的dependencies{}中添加
compile ‘com.android.support:multidex:1.0.0‘
【android studio(::解决方法数超过65536的方法,三步)】
3.在你自定义继承于Application的类里面重写attachBaseContext(Context base)方法
方法中加一行代码
MultiDex.install(this);
推荐阅读
- android:clipchildren属性
- Xamarin.Forms 3.1.0+版本 Android 原生支持底部导航栏
- application/x-www-form-urlencoded接口响应报文中文乱码
- pandas DataFrame applymap()函数
- pandas DataFrame apply()函数
- Application.ProcessMessages
- Android 开源框架 ( 二 ) 基于OkHttp进一步封装的okhttp-utils介绍
- GitHub# fatal: 'origin' does not appear to be a git repository
- 项目- Vue全家桶实战去哪网App