error in my android eclipse project: Unable to execute dex: method ID not in [0, 0xffff]: 65536 -


i'm working in android application google play services 3 want upgrade version 11.2.0 unfortunately there packages no longer exists in newer version packages below:

 com.google.android.gms.internal.as;  com.google.android.gms.internal.i;  com.google.android.gms.internal.m;  com.google.android.gms.location.r.string; 

so had keep both of libraries ( version 3 , version 11.2.0) project clean errors have error while trying execute application

[2017-08-15 11:41:55 - dex loader] unable execute dex: method id not in [0, 0xffff]: 65536  [2017-08-15 11:41:55 - myapplication] conversion dalvik format failed: unable execute dex: method id not in [0, 0xffff]: 65536 

notice: i'm working eclipse


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -