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.

minSdkVersion is now 19

See original GitHub issue

I note that minSdkVersion for version 1.9 is now 19. The minSdkVersion for my project is 16, so there’s now a conflict. I assume the change up to 19 was necessary?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:15

github_iconTop GitHub Comments

1reaction
arteaprogramarcommented, Aug 10, 2020

Hello!! Now avaible for Jcenter

implementation ‘arte.programar:materialfile:1.0’

1reaction
arteaprogramarcommented, Jul 21, 2020

Maybe the error is because I have “gradle” configured as the original project

I fix It!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to change the minSdkVersion of a project? - Stack Overflow
Open the app/build.gradle file and check the property field compileSdkVersion in the android section. Change it to what you prefer. If you have ......
Read more >
<uses-sdk> | Android Developers
android:minSdkVersion: An integer designating the minimum API Level required for the application to run. The Android system will prevent the ...
Read more >
Consider bumping the Android min SDK from 16 to 19 #82000
According to Android Studio, 98.1% of users are running Android SDK 19 or higher. Platform views require SDK 19. In an effort to...
Read more >
Change Android Minsdkversion in Flutter - 2 Easy Ways [2022]
Step 2: Find the defaultConfig section update the minSdkVersion to the new version. Step 3: Inside the terminal, run the flutter clean command....
Read more >
PI47080: VALUES FOR MINSDKVERSION, AND ... - IBM
Currently, when the Android SDK is installed, only the newest SDK is downloaded, which is version 22. Cordova is expecting SDK level 19,...
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