You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
按照文档上写的,但是第二个APP拿不到数据
2019-03-07 22:21:20.049 1376-1762/? E/WindowManager: Performed 6 layouts in a row. Skipping
2019-03-07 22:21:20.482 10161-10161/justree.cn.otherapplication E/HERMES: Error occurs during getting instance. Error code: 16
2019-03-07 22:21:20.482 10161-10161/justree.cn.otherapplication E/HERMES: Error message: Cannot find class with ClassId annotation on it. ClassId = Singleton. Please add the same annotation on the corresponding class in the remote process and register it. Have you forgotten to register the class?
2019-03-07 22:21:20.483 10161-10161/justree.cn.otherapplication E/AndroidRuntime: FATAL EXCEPTION: main
Process: justree.cn.otherapplication, PID: 10161
java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String justree.cn.otherapplication.ISingleton.getData()' on a null object reference
The text was updated successfully, but these errors were encountered:
按照文档上写的,但是第二个APP拿不到数据
2019-03-07 22:21:20.049 1376-1762/? E/WindowManager: Performed 6 layouts in a row. Skipping
2019-03-07 22:21:20.482 10161-10161/justree.cn.otherapplication E/HERMES: Error occurs during getting instance. Error code: 16
2019-03-07 22:21:20.482 10161-10161/justree.cn.otherapplication E/HERMES: Error message: Cannot find class with ClassId annotation on it. ClassId = Singleton. Please add the same annotation on the corresponding class in the remote process and register it. Have you forgotten to register the class?
2019-03-07 22:21:20.483 10161-10161/justree.cn.otherapplication E/AndroidRuntime: FATAL EXCEPTION: main
Process: justree.cn.otherapplication, PID: 10161
java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String justree.cn.otherapplication.ISingleton.getData()' on a null object reference
The text was updated successfully, but these errors were encountered: