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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -