android - How to solve the issue Unable to execute dex -
i using eclipse. when adding facebook library give error "unable execute dex: method id not in [0, 0xffff]: 65536 conversion dalvik format failed: unable execute dex: method id not in [0, 0xffff]: 65536"
how fix issue.
you passing maximum limit of functions count , 1 way might using multidex
, might excluding libraries google play services
if using that.
except importing whole google play service library features, import need separately :
compile 'com.google.android.gms:play-services-maps:7.5.0' compile 'com.google.android.gms:play-services-location:7.5.0'
Comments
Post a Comment