Oh..my bad. Ok.. not sure then. I can't imagine why you can't build it in a single .apk tho. I know there are market apps that install a service along with the main app. There should be info on here, or in Mark Murphy's books as well.
On Tue, Mar 30, 2010 at 3:58 PM, zhiqiang wang <[email protected]> wrote: > acturally,It's not "server side",they are all client side. I have a > android service connected to my server. > > On Mar 30, 4:47 pm, Kevin Duffey <[email protected]> wrote: > > Why would you build a server side service into the apk? It would be > deployed on the server side. If you want one project for both pieces you > will need to modify the build file to only put android code in APK and > separate target for building WAR and deploying it to server. > > > > > > > > zhiqiang wang <[email protected]> wrote: > > >Hi,I seperate my application into 2 projects. one for UI,the other is > > >for service.How can I build these 2 applications into one apk? > > > > >-- > > >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]<android-developers%[email protected]> > > >For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en > > > > >To unsubscribe from this group, send email to android-developers+ > unsubscribegooglegroups.com or reply to this email with the words "REMOVE > ME" as the subject.- Hide quoted text - > > > > - Show quoted text - > > -- > 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]<android-developers%[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 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 To unsubscribe, reply using "remove me" as the subject.

