android looking for onClick handler in ContextThemeWrapper -


in 4.0.3 if using base theme in manifest, appears android trying resolve onclick methods of menu's in android.view.contextthemewrapper class. resolves fine in 4.03+. can take out style in manifest , works , gets resolved. how can onclick methods resolve correctly while using theme?

i'm inflating menu in oncreateoptionsmenue() method , that's exception getting thrown.

android.view.inflateexception: couldn't resolve menu item onclick handler createnewdoc in class android.view.contextthemewrapper @ android.view.menuinflater$inflatedonmenuitemclicklistener.(menuinflater.java:202) @ android.view.menuinflater$menustate.setitem(menuinflater.java:402) @ android.view.menuinflater$menustate.additem(menuinflater.java:436) @ android.view.menuinflater.parsemenu(menuinflater.java:173) @ android.view.menuinflater.inflate(menuinflater.java:95) @ com.c2crm.c2crm.listactivity.oncreateoptionsmenu(listactivity.java:326) @ android.app.activity.oncreatepanelmenu(activity.java:2444) @ com.android.internal.policy.impl.phonewindow.preparepanel(phonewindow.java:388) @ com.android.internal.policy.impl.phonewindow.invalidatepanelmenu(phonewindow.java:739) @ com.android.internal.policy.impl.phonewindow$1.run(phonewindow.java:2833) @ android.os.handler.handlecallback(handler.java:605) @ android.os.handler.dispatchmessage(handler.java:92) @ android.os.looper.loop(looper.java:137) @ android.app.activitythread.main(activitythread.java:4424) @ java.lang.reflect.method.invokenative(native method) @ java.lang.reflect.method.invoke(method.java:511) @ com.android.internal.os.zygoteinit$methodandargscaller.run(zygoteinit.java:784) @ com.android.internal.os.zygoteinit.main(zygoteinit.java:551) @ dalvik.system.nativestart.main(native method) caused by: java.lang.nosuchmethodexception: createnewdoc [interface android.view.menuitem] @ java.lang.class.getconstructorormethod(class.java:460) @ java.lang.class.getmethod(class.java:915) @ android.view.menuinflater$inflatedonmenuitemclicklistener.(menuinflater.java:200)


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -