0

What is the cause for this "oracle.opensync.ose.OSEException(-12039): Internal error has occured (see the cause) <- java.lang.NullPointerException" error in mobile sync android?

vicky
  • 340
  • 5
  • 13

1 Answers1

0

I'd the same issue. You need to initiaize AndroidPlatformFactory with you activity context:

((AndroidPlatformFactory) PlatformFactory.getInstance()).setContext(<Your Activity>.this);
stasdavydov
  • 344
  • 4
  • 13