My project needs to have a bar chart and i have included the MPAndroid Chart library in my project. However, it is not successful and it gives the following message.
Unable to execute dex: Cannot merge new index 67075 into a non-jumbo instruction!
Conversion to Dalvik format failed: Unable to execute dex: Cannot merge new index 67075 into a non-jumbo instruction!
I know the reason for this error as i have included other libraries in my project which exceeds the limit on Android. One of the alternatives is to use another library with less methods. However, if i want to use this library, are there any methods so that i would trim down the size of the library to meet my objective.