markbirbeck / cordova-plugin-android-app-bar

Cordova plugin to implement material design app bars.
2 stars 2 forks source link

Error setting action #1

Open f18nfz opened 8 years ago

f18nfz commented 8 years ago

I get the following error when trying to use the plugin: ERROR setting actions: org.apache.cordova.CordovaActivity$1 cannot be cast to android.app.Activity

Is there anything I need to tweak like references to my Main Activity for this plugin to work?

ishigo1987 commented 8 years ago

Hello i have the same problem.have you already looking for a solution?

maartenvandillen commented 7 years ago

replace all usages of ctx with cordova.getActivity()