Hi, there seems to be a bug in the android gradle plugin (0.8.3 at least)
when generating the merged manifests from libraries and app project.
I am using Crashlytics in several projects and it requires a meta tag in
the manifest like this:
<meta-data
android:name="com.crashlytics.ApiKey"
android:value="API_KEY"/>
Since the api key is the same for all projects where you include
Crashlytics i moved that meta tag to the manifest of one of my libraries.
This works perfectly with release builds and the manifest of the apps are
properly merged and show the Crashlytics meta tag, but the manifest of the
debug builds does not include it leading to a crash in the build process.
Regards,
Juan R, Gonzalez
--
You received this message because you are subscribed to the Google Groups
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.