For my project method count is 55K. Clearly less than 65k limit. When I try to run app in eclipse/studio I am getting
Conversion to Dalvik format failed: Unable to execute dex: field ID not in [0, 0xffff]: 65536
I have 5-6 libraries included in project also my app has many features.
On Google I found many links for Conversion to Dalvik format failed: Unable to execute dex: method ID not in [0, 0xffff]: 65536 with possible solution of multidex configuration.
But how to Fix >>> field ID not in [0, 0xffff]: 65536 ????