Skip to content

Instantly share code, notes, and snippets.

@lethargicpanda
Created November 24, 2014 04:00
Show Gist options
  • Save lethargicpanda/eb07d5c9f3d713225f72 to your computer and use it in GitHub Desktop.
Save lethargicpanda/eb07d5c9f3d713225f72 to your computer and use it in GitHub Desktop.
Remove permission in manifest
<permission
android:name="your.package.name.permission.BLA"
tools:node="remove"/>
@lethargicpanda
Copy link
Author

Handy tip to work around the INSTALL_FAILED_DUPLICATE_PERMISSION error.
I blogged about it here:
http://lethargicpanda.tumblr.com/post/103432366121/use-gradle-manifest-merger-to-workaround

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment