Earlier it was working fine,as soon i updated my adt and android sdk tools to latest version rev 22, my app stopped working below is logcat output
please help
<Problem occurs for me with projects which use Support library.
This thread helped me a lot to resolve ClassNotFoundException
issue with ADT 22:
https://code.google.com/p/android/issues/detail?id=55304
The idea is to enable Android Private Libraries on Java Buils Path | Order and Export
Nikolay's workaround works for me: For all projects (app and library):
Thanks, Nikolay.