android - java.lang.NoClassDefFoundError: Exception for Loading Tabs in an Activity -
i try implement activity contains tab views, when want run project, got following exception:
java.lang.noclassdeffounderror: com.example.activities.tabbaractivity$sectionspageradapter e/androidruntime(5072): @ com.example.activities.tabbaracitivity.loadmaintabs(tabbaracitivity.java:129) e/androidruntime(5072): @ com.example.activities.tabbaracitivity.access$1(tabbaracitivity.java:122) e/androidruntime(5072): @ com.example.activities.tabbaracitivity$servicemessagehandler.handlemessage(tabbaracitivity.java:370) e/androidruntime(5072): @ android.os.handler.dispatchmessage(handler.java:102) e/androidruntime(5072): @ android.os.looper.loop(looper.java:149) e/androidruntime(5072): @ android.app.activitythread.main(activitythread.java:5061) e/androidruntime(5072): @ java.lang.reflect.method.invokenative(native method) e/androidruntime(5072): @ java.lang.reflect.method.invoke(method.java:515) e/androidruntime(5072): @ com.android.internal.os.zygoteinit$methodandargscaller.run(zygoteinit.java:788) e/androidruntime(5072): @ com.android.internal.os.zygoteinit.main(zygoteinit.java:604) e/androidruntime(5072): @ dalvik.system.nativestart.main(native method)
i searched , googled exception lot, not find useful , detailed solution problem. of responses in case of fixing issue changing 'order , export' list ([project] properties) , checking or unchecking them solving problem. here capture of project properties:
please guide me, can exact reason of exception , please me solve problem.
Comments
Post a Comment