Hi
This is our stack trace
java.lang.RuntimeException:
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:4351)
at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:4383)
at android.app.servertransaction.ResumeActivityItem.execute (ResumeActivityItem.java:52)
at android.app.servertransaction.TransactionExecutor.executeLifecycleState (TransactionExecutor.java:181)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:98)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2080)
at android.os.Handler.dispatchMessage (Handler.java:107)
at android.os.Looper.loop (Looper.java:264)
at android.app.ActivityThread.main (ActivityThread.java:7581)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:492)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:980)
Caused by: java.lang.IllegalArgumentException:
at com.pollfish.builder.Params$Builder.build (SourceFile:28)
at com.google.appinventor.components.runtime.NiotronPollfish.a (SourceFile:233)
at com.google.appinventor.components.runtime.NiotronPollfish.onResume (SourceFile:69)
at com.google.appinventor.components.runtime.Form.onResume (SourceFile:743)
at android.app.Instrumentation.callActivityOnResume (Instrumentation.java:1453)
at android.app.Activity.performResume (Activity.java:7942)
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:4338)
Any solution ? It’s happening only with the latest version of our app, and by looking at the stack trace, it seems like pollfish might be the reason ?