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.

Change the attribute value for compatibility with Android X

See original GitHub issue

Hello! 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:open
  • Created 5 years ago
  • Comments:7

github_iconTop GitHub Comments

3reactions
leokwswcommented, Dec 2, 2018

After use 1.4.1-x, Android Studio Response is Failed to resolve: com.chauthai.swipereveallayout:swipe-reveal-layout:1.4.1-x

3reactions
tristangrichardcommented, Oct 5, 2018

In the mean time use implementation 'com.github.amsiq:SwipeRevealLayout:1.4.1-x'

Read more comments on GitHub >

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

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