I get this while adding the external lib in my app project.
Conversion to Dalvik format failed:
Unable to execute dex: method ID not in [0, 0xffff]: 65536
I found a solution for this using gradle here https://developer.android.com/tools/building/multidex.html#mdex-gradle
I want to give a support to my app without gradle. Does any one have achieved it?