minsdk 23 [question]
See original GitHub issueWhy minSdk is 23 ?
AndroidManifest.xml Error:
uses-sdk:minSdkVersion 16 cannot be smaller than version 23 declared in library [:flutter_sound] flutter_sound\intermediates\library_manifest\debug\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 23,
or use tools:overrideLibrary="com.dooboolab.fluttersound" to force usage (may lead to runtime failures)
FAILURE: Build failed with an exception.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:24 (1 by maintainers)
Top Results From Across the Web
minsdk 23 [question] · Issue #174 · Canardoux/flutter_sound
I'm having the same issue here. And even if I try changing my minSdk to 23 the app crashes calling startPlayer(). D/MediaPlayerNative(14156): ...
Read more >Android Studio - Unable to run app on device minSdk(API 23 ...
Go to build.gradle(app) file and type in the min sdk version the version of ... According to your configuration you have to change...
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 >Setting the Android API level - Microsoft Q&A
I am trying to upload my app to Google Play for Release. I have built and signed my .apk. When I go to...
Read more >minSdkVersion on Twitter: "23" : r/androiddev - Reddit
If you've been out of development for a while or you're just getting started, here's a reference that is actually kept up to...
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
Remove the ^ character from your import like this => flutter_sound: 1.6.0
Thank you to you @joielechong . This is a pleasure for me to program and I am very happy when people are glad of my work. Maintenance is always a priority and I know that I will probably have to maintain again flutter_sound in the future. But my positive plan will be to support OGG/OPUS both for recording and playing both on iOS and Android. I really need this feature on my own App. AAC is good but flutter_sound merits others codec too. I am very busy with my own app and days are too short.