Android Question java nullpointerexception only happening in emulator

jamesgrigg01

Member
Licensed User
Longtime User
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.

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).
 

DonManfred

Expert
Licensed User
Longtime User
You should post logfile to see more informations. And, maybe, some code
 
Upvote 0
Top