I’ve built an app using Niotron, and it works fine on mobile devices. However, when I install and open the app on a tablet, I get the following error right after launching:
java.lang.NullPointerException: Attempt to invoke virtual method ‘boolean android.content.Intent.migrateExtraStreamToClipData()’ on a null object reference
I’ve already checked the Screen1.Initialize block but can’t figure out what’s causing the error.
Has anyone encountered this issue before, or can anyone suggest how I can fix this? Any help or guidance would be greatly appreciated!