Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <application android:allowBackup="true"
  2. android:label="@string/app_name"
  3. android:supportsRtl="true"/>
  4.  
  5. android:supportsRtl="false"
  6.  
  7. Error:Execution failed for task ':app:processProductionDebugManifest'.
  8. > Manifest merger failed : Attribute application@supportsRtl value=(false) from AndroidManifest.xml:23:9-36
  9. is also present at [com.mylibrarypackage:mylibrary:1.0.0] AndroidManifest.xml:14:9-35 value=(true).
  10. Suggestion: add 'tools:replace="android:supportsRtl"' to <application> element at AndroidManifest.xml:18:5-67:19 to override.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement