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.

Upgrading to 2.0.0 from 2.0.0-alpha2 fails because of minSdkVersion 17 dependency

See original GitHub issue

I’ve been using 2.0.0-alpha2 and upgraded to the final 2.0.0 with my project that supports api level 16. Now I can’t build my project because I get the following error:

Error:Execution failed for task ':app:processStandardBetaDebugManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 17 declared in library [com.xwray:groupie:2.0.0] /Users/coltonidle/.gradle/caches/transforms-1/files-1.1/groupie-2.0.0.aar/d6d373b79a4ea48/AndroidManifest.xml as the library might be using APIs not available in 16
  	Suggestion: use a compatible library with a minSdk of at most 16,
  		or increase this project's minSdk version to at least 17,
  		or use tools:overrideLibrary="com.xwray.groupie" to force usage (may lead to runtime failures)

I didn’t see anything in the release notes about this so I’m assuming it wasn’t purposeful.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
ColtonIdlecommented, Jan 5, 2018

Nope. No Kotlin in this project (yet).

1reaction
ColtonIdlecommented, Jan 4, 2018

Found this message in my build.gradle

Found versions 27.0.2, 26.1.0. Examples include com.android.support:recyclerview-v7:27.0.2 and com.android.support:animated-vector-drawable:26.1.0 more...

I’m not targeting or using 27.* of anything (builds, sdk, compile, min, support libs). Running gradlew app:dependencies I can see that groupie brings in 27.0.2 of recyclerView.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android Studio 2.0 - Plugin is too old, please update to a more ...
In previous projects developed, the problem does not occur and I realized that gradle is different classpath 'com.android.tools.build:gradle:1.3.0' . I have to ...
Read more >
<uses-sdk> | Android Developers
Lets you express an application's compatibility with one or more versions of the Android platform, by means of an API Level integer.
Read more >
Upgrading - Flutter documentation
How to upgrade Flutter. ... Once you've changed your channel, use flutter upgrade to download the Flutter SDK and dependent packages. For example:....
Read more >
no aar for react-native-reanimated found - You.com
When I build my app for android it failed after installing react-native-reanimated v2.3.0-beta.2 The main error line is > Transform's input file does...
Read more >
realm | Yarn - Package Manager
realm128.7kapache-2.011.3.1TS vulns 0 vulnerabilities. Realm is a mobile database: an alternative to SQLite and key-value stores.
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