Please check the logcat again. I believe this should fix it:
android:process=":processName" (note the ":"). -- K 2012/5/29 Put_tiMe <[email protected]> > If i do that i get an error while installing saying: > > Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED > Please check logcat output for more details. > Launch canceled! > > But logcat doesn't show anything. > > > > > On Tuesday, May 29, 2012 11:07:25 AM UTC+5:30, imran ali wrote: >> >> Hi, >> use android:process="processName" this in AndroidManifest.xml. >> this will helpful >> http://developer.android.com/**guide/topics/manifest/** >> application-element.html#proc<http://developer.android.com/guide/topics/manifest/application-element.html#proc> >> >> Regards >> Imran Ali >> >> On Tuesday, May 29, 2012 10:51:50 AM UTC+5:30, Put_tiMe wrote: >>> >>> I have a package, in which I have "n" activities and "2" services. >>> >>> Out of the two services, I want one service to run as part of the >>> package, whereas the other service, I want to run as part of a different >>> process. >>> Is this possible? >>> >>> >>> >> On Tuesday, May 29, 2012 10:51:50 AM UTC+5:30, Put_tiMe wrote: >>> >>> I have a package, in which I have "n" activities and "2" services. >>> >>> Out of the two services, I want one service to run as part of the >>> package, whereas the other service, I want to run as part of a different >>> process. >>> Is this possible? >>> >>> >>> >> On Tuesday, May 29, 2012 10:51:50 AM UTC+5:30, Put_tiMe wrote: >>> >>> I have a package, in which I have "n" activities and "2" services. >>> >>> Out of the two services, I want one service to run as part of the >>> package, whereas the other service, I want to run as part of a different >>> process. >>> Is this possible? >>> >>> >>> >> On Tuesday, May 29, 2012 10:51:50 AM UTC+5:30, Put_tiMe wrote: >>> >>> I have a package, in which I have "n" activities and "2" services. >>> >>> Out of the two services, I want one service to run as part of the >>> package, whereas the other service, I want to run as part of a different >>> process. >>> Is this possible? >>> >>> >>> >> On Tuesday, May 29, 2012 10:51:50 AM UTC+5:30, Put_tiMe wrote: >>> >>> I have a package, in which I have "n" activities and "2" services. >>> >>> Out of the two services, I want one service to run as part of the >>> package, whereas the other service, I want to run as part of a different >>> process. >>> Is this possible? >>> >>> >>> -- > 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 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

