如何解决问题无法执行dex

时间:2016-02-08 12:05:21

标签: android dalvik dex

我正在使用eclipse。当我添加Facebook库时给出错误“无法执行dex:方法ID不在[0,0xffff]中:65536  转换为Dalvik格式失败:无法执行dex:方法ID不在[0,0xffff]中:65536“

如何解决此问题。

1 个答案:

答案 0 :(得分:0)

您正在传递函数计数的最大限制,一种方法可能正在使用multidex,另一种方法可能会从Google play services中排除某些库(如果您正在使用它)。

除了导入整个Google Play服务库功能外,还可以单独导入您需要的内容,如:

compile 'com.google.android.gms:play-services-maps:7.5.0'
compile 'com.google.android.gms:play-services-location:7.5.0'