Tag: multidex

  • How to Solve Dex 65K Method Exception

    While you gradually develop your application, you most probably would be encountered by the famous unable to execute dex exception.  Conversion to Dalvik format failed: Unable to execute dex: method ID not in [0, 0xffff]: 65536 or  Conversion to Dalvik format failed: Unable to execute dex: method ID not in [0, 0xffff]: 65536 You get this…