Error:The number of method references in a .dex file cannot exceed 64K.

来源:互联网 发布:狼群算法求解 编辑:程序博客网 时间:2024/04/27 11:24

方法数超过64k限制

解决办法

1.添加compile 'com.google.android.gms:play-services-appindexing:8.4.0'的依赖

2.在Application中初始化

MultiDex.install(this);

搞定.

0 0
原创粉丝点击