Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这个“oracle.opensync.ose.OSEException(-12039): Internal error has occurred (see the cause) <- java.lang.NullPointerException”在移动同步android中的错误是什么原因?
我也有同样的问题。您需要使用活动上下文来初始化 AndroidPlatformFactory:
((AndroidPlatformFactory) PlatformFactory.getInstance()).setContext(<Your Activity>.this);