[android-developers] Re: SDK 1.5 and multiple projects in an application

2009-05-05 Thread Rashmi
Hello, I am in a similar situation. I have a project with a service and I am binding to the service from a different application in different package. I got this whole setup working on Android SDK 1.1. However it is not working in Android 1.5, even when I pick out 1.1 to be used. The emulator

[android-developers] Re: SDK 1.5 and multiple projects in an application

2009-04-16 Thread sktech
So, what is the preferred way to share android-aware code between applications? On Apr 15, 8:32 pm, Xavier Ducrohet x...@android.com wrote: On Wed, Apr 15, 2009 at 6:27 PM, sktech info.sktechnol...@gmail.com wrote: Thanks Xavier, that is exactly the situation. Can I assume that future

[android-developers] Re: SDK 1.5 and multiple projects in an application

2009-04-15 Thread Xavier Ducrohet
Hello, I'm guessing your 2 projects are android (created by ADT) projects? If your Android project references a standard Java project, then the reference project output is added to your Android project. Unfortunately, older versions of ADT would also do this for referenced projects that are

[android-developers] Re: SDK 1.5 and multiple projects in an application

2009-04-15 Thread sktech
Thanks Xavier, that is exactly the situation. Can I assume that future releases will allow my android project to reference other standard Java projects? On Apr 15, 4:06 pm, Xavier Ducrohet x...@android.com wrote: Hello, I'm guessing your 2 projects are android (created by ADT) projects? If

[android-developers] Re: SDK 1.5 and multiple projects in an application

2009-04-15 Thread Xavier Ducrohet
On Wed, Apr 15, 2009 at 6:27 PM, sktech info.sktechnol...@gmail.com wrote: Thanks Xavier, that is exactly the situation. Can I assume that future releases will allow my android project to reference other standard Java projects? yes, we are not planning on removing this feature, as it's a