I got this exception 'android.content.ActivityNotFoundException' in my play store account.

Hello,

Everyday I’m getting crash reports for one of my games (built in corona sdk) on play store. 

Here is an exception:

android.content.ActivityNotFoundException: at android.app.Instrumentation.checkStartActivityResult (Instrumentation.java:1854) at android.app.Instrumentation.execStartActivity (Instrumentation.java:1544) at android.app.Activity.startActivityForResult (Activity.java:4391) at android.app.Activity.startActivityForResult (Activity.java:4335) at android.app.Activity.startActivity (Activity.java:4697) at android.app.Activity.startActivity (Activity.java:4665) at ru.lenovo.banner$2.onClick (Unknown Source) at com.android.internal.app.AlertController$ButtonHandler.handleMessage (AlertController.java:166) at android.os.Handler.dispatchMessage (Handler.java:105) at android.os.Looper.loop (Looper.java:156) at android.app.ActivityThread.main (ActivityThread.java:6577) at java.lang.reflect.Method.invoke (Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:942) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:832)

Can anybody tell me what’s wrong?

Thanks

What plugins are you using? Is this specific to some devices?

Hello Vlads,

No, I am not using any plugin and this is not device specific.

Still I am getting this exception.   :frowning:

Only thing which isn’t going to android is “ru.lenovo.banner$2.onClick”. As you see other things are leading to android.* or com.android.*

It seems like some 3rd party thing causes this fails on specific device. I really can’t tell what is going on there…

What plugins are you using? Is this specific to some devices?

Hello Vlads,

No, I am not using any plugin and this is not device specific.

Still I am getting this exception.   :frowning:

Only thing which isn’t going to android is “ru.lenovo.banner$2.onClick”. As you see other things are leading to android.* or com.android.*

It seems like some 3rd party thing causes this fails on specific device. I really can’t tell what is going on there…