Hi!
I had below runtime error code in my programs when use the AHQuickaction library. But I tried the example provide is working fine. Any advice on this? Thanks in advance.
I had below runtime error code in my programs when use the AHQuickaction library. But I tried the example provide is working fine. Any advice on this? Thanks in advance.
B4X:
android.content.res.Resources$NotFoundException: Resource ID #0x0
at android.content.res.Resources.getValue(Resources.java:1339)
at android.content.res.Resources.loadXmlResourceParser(Resources.java:2445)
at android.content.res.Resources.getAnimation(Resources.java:1202)
at android.view.animation.AnimationUtils.loadAnimation(AnimationUtils.java:71)
at de.amberhome.quickaction.QuickAction.Initialize(QuickAction.java:120)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at anywheresoftware.b4a.shell.Shell.runVoidMethod(Shell.java:680)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:308)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:238)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:121)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:158)