You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While tried to use library in processing 3.3.6 I got below error:
FATAL EXCEPTION: Animation Thread
Process: processing.test.sayhi, PID: 7953
java.lang.NoSuchMethodError: No virtual method getFragmentManager()Landroid/app/FragmentManager; in class Lprocessing/core/PApplet; or its super classes (declaration of 'processing.core.PApplet' appears in /data/app/processing.test.sayhi-1/base.apk)
at blepdroid.Blepdroid.<init>(Blepdroid.java:293)
at processing.test.sayhi.sayhi.setup(sayhi.java:46)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PSurfaceNone.callDraw(Unknown Source)
at processing.core.PSurfaceNone$AnimationThread.run(Unknown Source)
I would appreciate for information how to deal with it.
The text was updated successfully, but these errors were encountered:
Hi,
While tried to use library in processing 3.3.6 I got below error:
I would appreciate for information how to deal with it.
The text was updated successfully, but these errors were encountered: