supportsRtl
See original GitHub issueHello dear. is it possible for u to remove or change this line supportsRtl=“true” (here) from ur project? i do not want to support RTL but i cant set it to false, because ur library set it true and for result android studio give me this:
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : Attribute application@supportsRtl value=(false) from AndroidManifest.xml:21:9-36
is also present at [com.github.Kennyc1012:BottomSheet:2.1.1] AndroidManifest.xml:11:18-44 value=(true).
Suggestion: add 'tools:replace="android:supportsRtl"' to <application> element at AndroidManifest.xml:15:5-62:19 to override.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
What is use of android:supportsRtl="true" in AndroidManifest ...
android:supportsRtl="true" enables support for right-to-left languages. Without this, layout will always be left-to-right, However by itself it ...
Read more ><application> | Android Developers
android:supportsRtl: Declares whether your application is willing to support right-to-left (RTL) layouts.
Read more >What is use of supportsRtl true in android - Legend Blogs
Android has full native support of RTL layout or text orientation since SDK 17 (Jelly Bean). Mostly mobile apps are designed in LTR...
Read more >2 lines in Manifest to remove before sharing your Android ...
This ensures regardless of what values in their settings (i.e. allowBackup and supportsRtl) the application has, it will not impact them at all....
Read more >New library modules should not include application attributes ...
android:supportsRtl="true" Libraries should not be supplying these options, and can present manifest merge problems when integrating into applications.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
thank u dear. sorry to take ur time.
should be
Notice the ‘l’ and ‘t’ are not capitalized in ‘Rtl’