Note that there are some explanatory texts on larger screens.

plurals
  1. POBinding to a service from a library
    primarykey
    data
    text
    <p>I have a sample which I bind to a service and this one works. When I try to move the code that binds to the service to a library the call to BindService fails with exception. Any idea or a sample code I can take a look at?</p> <p>This is the bind call:</p> <pre><code>boolean rc = bindService(MyIntent, mConnectionC, Context.BIND_AUTO_CREATE); </code></pre> <p>This is the exception log:</p> <pre><code>04-02 17:28:36.896: W/System.err(1567): java.lang.NullPointerException 04-02 17:28:36.947: W/System.err(1567): at android.content.ContextWrapper.bindService(ContextWrapper.java:337) 04-02 17:28:36.976: W/System.err(1567): at com.Locification.LocificationToolKit.InitLocification(LocificationToolKit.java:280) 04-02 17:28:36.996: W/System.err(1567): at com.LocificationClient.LocificationClientActivity.onCreate(LocificationClientActivity.java:49) 04-02 17:28:37.026: W/System.err(1567): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) 04-02 17:28:37.046: W/System.err(1567): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2459) 04-02 17:28:37.086: W/System.err(1567): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2512) 04-02 17:28:37.106: W/System.err(1567): at android.app.ActivityThread.access$2200(ActivityThread.java:119) 04-02 17:28:37.126: W/System.err(1567): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1863) 04-02 17:28:37.156: W/System.err(1567): at android.os.Handler.dispatchMessage(Handler.java:99) 04-02 17:28:37.186: W/System.err(1567): at android.os.Looper.loop(Looper.java:123) 04-02 17:28:37.207: W/System.err(1567): at android.app.ActivityThread.main(ActivityThread.java:4363) 04-02 17:28:37.236: W/System.err(1567): at java.lang.reflect.Method.invokeNative(Native Method) 04-02 17:28:37.256: W/System.err(1567): at java.lang.reflect.Method.invoke(Method.java:521) 04-02 17:28:37.286: W/System.err(1567): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860) 04-02 17:28:37.356: W/System.err(1567): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618) 04-02 17:28:37.386: W/System.err(1567): at dalvik.system.NativeStart.main(Native Method) </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload