question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hello 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:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
miladna7commented, Jun 28, 2016

thank u dear. sorry to take ur time.

1reaction
Kennyc1012commented, Jun 28, 2016
tools:replace="android:supportsRTL"

should be

tools:replace="android:supportsRtl"

Notice the ‘l’ and ‘t’ are not capitalized in ‘Rtl’

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found