会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
巫山老妖
博客园
首页
新随笔
联系
订阅
管理
2020年9月9日
Cannot fit requested classes in a single dex file (# methods: 66411 > 65536)
摘要: 解决问题有3步 步骤1 在app module中的build.gradle中添加依赖 implementation 'com.android.support:multidex:1.0.3' 步骤2 在app module中的build.gradle中的defaultConfig中添加以下代码 mul
阅读全文
posted @ 2020-09-09 15:14 巫山老妖
阅读(2844)
评论(0)
推荐(0)
编辑