I have 2 applications that both require the same account-type from the same, custom AccountAuthenticator .
1) How do I deploy the custom AccountAuthenticator? Separately or with both applications? Will it be shown once or twice in the account-manager if supplied by 2 apps? If supplied separately, how do I reference it as a requirement for the market? (App cannot be used without this AccountAuthenticator.) 2) If I make the AccountAuthenticator-project a library-project, Eclipse complains that the service+activity-classes of the entries for the AccountAuthenticator are not found on the classpath of the app-project. It also complains that the xml/auth.xml -resource supplied by the library-project is not found in the Manifest of the app-project. * I have to add all <service> and <activity>-entries of the library to the app-project * The app-project does have the auth-library-project listed as a used library in eclipse. -- 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

