Thursday, April 12, 2012

Updated android SDK and wasted 3 valuable hours

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.
:-|

Contributors

Followers