Hi all,
Since last update (i don't know it's because of Gideros version or Ads Interface), I saw this strange behavior: sometimes (often after exiting my games for a period of time) both my Gideros games are crash with alert "Unfortunately, [Game Name] has stopped". Even when they are no longer shown in Active applications
For sure, it's because of heyzap in ads interface, when I installed my 2 new apps, both are crash at one time with above alert (while playing heyzap is still displaying ads fine). Other old apps with heyzap plugins don't get this errors.
This is my stack traces:
java.lang.RuntimeException: Unable to instantiate receiver com.heyzap.sdk.PackageAddedReceiver: java.lang.ClassNotFoundException: com.heyzap.sdk.PackageAddedReceiver
at android.app.ActivityThread.handleReceiver(ActivityThread.java:2223)
at android.app.ActivityThread.access$1500(ActivityThread.java:134)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1297)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:4624)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:809)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:576)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.ClassNotFoundException: com.heyzap.sdk.PackageAddedReceiver
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
at android.app.ActivityThread.handleReceiver(ActivityThread.java:2218) |
java.lang.RuntimeException: Unable to instantiate receiver com.heyzap.sdk.PackageAddedReceiver: java.lang.ClassNotFoundException: Didn't find class "com.heyzap.sdk.PackageAddedReceiver" on path: /data/app/com.ultimategamestudio.bunnyjump-1.apk
at android.app.ActivityThread.handleReceiver(ActivityThread.java:2357)
at android.app.ActivityThread.access$1500(ActivityThread.java:141)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1310)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5042)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.ClassNotFoundException: Didn't find class "com.heyzap.sdk.PackageAddedReceiver" on path: /data/app/com.ultimategamestudio.bunnyjump-1.apk
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:65)
at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
at android.app.ActivityThread.handleReceiver(ActivityThread.java:2352) |
Please help me, thank you
Comments
Fixing
Likes: SinisterSoft
Any luck with the adcolony thing (not sending the ads) whilst messing with the ads interface? I've spoken to a few people about Vungle and it seems that adcolony is the better 1st choice with Vungle as a (not close) second re payments.
https://deluxepixel.com
Or maybe I already fixed it somewhere before?
@SinisterSoft yes there was an update in their SDK maybe this is the problem
@ar2rsawseen: maybe I referenced from old version, I'll fix it now.
By the way, I found that I got this error message when I install other new games, even if my games are not running, so strange
Ultimate Games on Appstore
Ultimate Games on Google Play
http://developer.android.com/guide/topics/manifest/receiver-element.html
Likes: thanhquan1512
https://developers.heyzap.com/docs/android_sdk_adsproduct
Likes: thanhquan1512
Ultimate Games on Appstore
Ultimate Games on Google Play