I know this question hase been asked many times but I have some weird issue where it was running fine in ADT v22 but when I update my eclipse to v23 I got this error
Unable to execute dex: method ID not in [0, 0xffff]: 65536 Conversion to Dalvik format failed: Unable to execute dex: method ID not in [0, 0xffff]: 65536
any help is appreciated
Update: Issue got fixed when I used Android Studio with multidex option.