I found the solution. I created an ant script that adds the service using the jar task. To make sure that the service is added to the APK I added an ANT builder to the list of builders for the project and selected the target for manual and auto build. Now every time the APK is generated, the ANT script runs and adds the correct service to the META-INF directory.
Kind regards, Martijn Brinkers -- 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

