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
E/ActivityThread: Failed to find provider info for ipc_servicemanager
W/System.err: java.lang.NullPointerException: Attempt to invoke interface method 'void android.os.IBinder.linkToDeath(android.os.IBinder$DeathRecipient, int)' on a null object reference
W/System.err: at com.devyok.ipc.ServiceManager$RemoteServiceManagerProxy.create(ServiceManager.java:124)
W/System.err: at com.devyok.ipc.ServiceManager.init(ServiceManager.java:37)
I resolved this issue by clearing the data on the application. Just go to Settings -> App Management -> (name of your application) -> Storage Usage -> Clear Data.
调用ServiceManager.init(getApplicationContext());时报错,
是按照说明步骤配置了classpath 'com.devyok.ipc:ipc-gradle-plugin:0.0.1'和implementation 'com.devyok.ipc:ipc-libcore:0.0.3',后面的libcore试了0.0.1和0.0.2都不行。
The text was updated successfully, but these errors were encountered: