android中方法id超过65536官方解决办法
在gradle中也要设置一下
android {
defaultConfig {
multiDexEnabled = true
}
}
http://stackoverflow.com/questions/15209831/unable-to-execute-dex-method-id-not-in-0-0xffff-65536
在gradle中也要设置一下
android {
defaultConfig {
multiDexEnabled = true
}
}
http://stackoverflow.com/questions/15209831/unable-to-execute-dex-method-id-not-in-0-0xffff-65536