Change the attribute value for compatibility with Android X
See original GitHub issueHello!
You need to change the value of the attribute <attr name="mode">
for compatibility with android x
Gradle can not assemble the project due to the fact that the SDK attribute with such a value is already defined.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7
Top Results From Across the Web
Android X: tools:replace specified at line: for attribute, but no ...
I faced issues with tools name space. Problem was, in manifest I had tools:replace="android:appComponentFactory" but adding android: ...
Read more >Device compatibility overview - Android Developers
The minSdkVersion attribute declares the minimum version with which your app is compatible and the targetSdkVersion attribute declares the highest version on ...
Read more >Appcompat - Android Developers
Declaring dependencies. To add a dependency on Appcompat, you must add the Google Maven repository to your project.
Read more >Tools attributes reference | Android Studio
This attribute works the same as the @TargetApi annotation in Java code: it lets you specify the API level (either as an integer...
Read more >Navigation | Android Developers
You must have android.useAndroidX=true in your gradle.properties file as per Migrating to AndroidX. For information on using Kotlin extensions, ...
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 FreeTop 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
Top GitHub Comments
After use 1.4.1-x, Android Studio Response is
Failed to resolve: com.chauthai.swipereveallayout:swipe-reveal-layout:1.4.1-x
In the mean time use
implementation 'com.github.amsiq:SwipeRevealLayout:1.4.1-x'