I am using Android ADT build V22.3.0-887826 for developing Android Application.In my application I am using external .jar file called flanagan.jar
.I have added this .jar file in Referenced Libraries.In Editor view there was no error.But while running it in emulator it gives this error :
java.lang.NoClassDefFoundError
I solved this by clicking the checkbox near the added library (flanagan.jar
) in Properties->JavaBuildPath->Projects->Order and Export
.But now I am getting this error :
Conversion to Dalvik format failed with error 1
I tried the below link to fix this..
"Conversion to Dalvik format failed with error 1" on external JAR
But I cant remove that error.I dont know why this problem occurs.Please help me to fix this..I am new to Android..I googled this error so many times..I cant find proper solution