I get some soure from net. and import on my workspace. When i run on emulator, its throws,
\"05-28 17:30:47.895: E/AndroidRuntime(840): java.lang.RuntimeEx
I have also faced this problem.
so try this.
Right click on project -> goto properties -> Java buid path -> libraries -> remove all External Jars from here -> press OK
also remove all jars from libs folder
clean project -> restart eclipse.
Then again put all required jars in libs folder.
I have solved my problem by this
hope this will help you....