Hi, I am binding from service1 in app1 to service2 in app2 through aidl. In service2 to I have defined the aidl stub api's which has some handler. If I tried to access the service2 api through binder from service1, I am getting the following exception
"java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()" I am not creating any thread explicitly. Please let me know from where I can call Looper.prepare(). Thank you, -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

