One day, I see that my project which was working perfectly fine project builds correctly but throws a NoClassDefFoundException while running!
After googling for several hours, I found that it might have been caused due to android SDK update.
WT>>>
I removed all the reference jar files from my build path, renamed my "lib" directory to "libs" and the project started working again.
:-|
After googling for several hours, I found that it might have been caused due to android SDK update.
WT>>>
I removed all the reference jar files from my build path, renamed my "lib" directory to "libs" and the project started working again.
:-|