[android-developers] Re: AIDL in multiple projects in Eclipse

2010-04-20 Thread madmax
Have done the same thing(included AIDL file in another project i use the service in) but then it give me an error saying 04-20 14:52:23.400: WARN/Parcel(654): enforceInterface() expected 'aexp.dualservice.ICounterService' but read 'com.vignet.serviceDemo1.ICounterService' it means that the

[android-developers] Re: AIDL in multiple projects in Eclipse

2010-03-23 Thread Marek Pola
Yes, you should copy the AIDL file to all projects that use the Service. Regards Marek On Mar 22, 6:07 pm, RAJ trra...@gmail.com wrote: I am facing same problem too. I dont ahve AIDL in both projects (i have it only in my service project) Am i supposed to have same AIDL in both projects?

[android-developers] Re: AIDL in multiple projects in Eclipse

2010-03-22 Thread RAJ
I am facing same problem too. I dont ahve AIDL in both projects (i have it only in my service project) Am i supposed to have same AIDL in both projects? On Mar 17, 1:58 am, Andreas andreas.bex...@gmail.com wrote: Hi, Do you set the android:exported property of your service to true in the

[android-developers] Re: AIDL in multiple projects in Eclipse

2010-03-22 Thread RAJ
Can you please explain how did u solve this problem? I am facing problem too On Mar 16, 6:07 am, Peerke peter.fort...@gmail.com wrote: Hello, I have problems with the following: I want to create to applications. One with a Android service and one with a Activity that will use functions on

[android-developers] Re: AIDL in multiple projects in Eclipse

2010-03-22 Thread RAJ
Did u fix this issue? If so, can u pls explain me the solution for the same? On Mar 16, 7:33 am, Sime sime...@gmail.com wrote: Quick question, do you have the aidl file in both applications? Regards On 16 mar, 14:07, Peerke peter.fort...@gmail.com wrote: Hello, I have problems with the

[android-developers] Re: AIDL in multiple projects in Eclipse

2010-03-22 Thread Streets Of Boston
Yes. On Mar 22, 1:07 pm, RAJ trra...@gmail.com wrote: I am facing same problem too. I dont ahve AIDL in both projects (i have it only in my service project) Am i supposed to have same AIDL in both projects? On Mar 17, 1:58 am, Andreas andreas.bex...@gmail.com wrote: Hi, Do you set

[android-developers] Re: AIDL in multiple projects in Eclipse

2010-03-17 Thread Andreas
Hi, Do you set the android:exported property of your service to true in the manifest for the service? Regards Andreas On Mar 17, 1:47 am, Peter Fortuin peter.fort...@gmail.com wrote: I had that, but that didn't work. Now I just have set my Build Path in the gui application. 2010/3/16 Sime

[android-developers] Re: AIDL in multiple projects in Eclipse

2010-03-16 Thread Sime
Quick question, do you have the aidl file in both applications? Regards On 16 mar, 14:07, Peerke peter.fort...@gmail.com wrote: Hello, I have problems with the following: I want to create to applications. One with a Android service and one with a Activity that will use functions on the

Re: [android-developers] Re: AIDL in multiple projects in Eclipse

2010-03-16 Thread Peter Fortuin
I had that, but that didn't work. Now I just have set my Build Path in the gui application. 2010/3/16 Sime sime...@gmail.com Quick question, do you have the aidl file in both applications? Regards On 16 mar, 14:07, Peerke peter.fort...@gmail.com wrote: Hello, I have problems with