Nook and Kindle - "Unfortunately, *app name* has stopped"

Hello all,

Encountered this issue and wondered if there was a way I could resolve it.  Currently using daily build 2407.  This error happens whenever the user minimizes the app for whatever reason, whether they’re clicking on a link or just going back to their homepage.  The back button isn’t being used either, unfortunately the only help I could find from others who had a similar issue was involving the back button. 

do you have a device you can replicate it on and retrieve the log using adb logcat?

After going through the particular build, we found that it was a result of trying to use Admob without having the  Admob plugin specified in build.settings.  It’s a bit odd that this is how the issue behaved… if anything, I’d assume something like that would cause a black screen on startup.  Once we commented out the code for Admob, it worked fine.

great, glad you got it worked out

do you have a device you can replicate it on and retrieve the log using adb logcat?

After going through the particular build, we found that it was a result of trying to use Admob without having the  Admob plugin specified in build.settings.  It’s a bit odd that this is how the issue behaved… if anything, I’d assume something like that would cause a black screen on startup.  Once we commented out the code for Admob, it worked fine.

great, glad you got it worked out