Within my code, the emulator stops often because of a java nullpointerexception message being brought up. One example where this happens is within the inappbilling v3 library.
Both manager and key are defined in the process globals.
Thanks, James.
Note: This only happens within the emulator on a 10inch screen size whereas it works fine on a phone and a tablet (real devices).
B4X:
If FirstTime Then
manager.Initialize("manager", key)
manager.DebugLogging = True
End If
Both manager and key are defined in the process globals.
Thanks, James.
Note: This only happens within the emulator on a 10inch screen size whereas it works fine on a phone and a tablet (real devices).