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.

minsdk 23 [question]

See original GitHub issue

Why 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:closed
  • Created 4 years ago
  • Reactions:6
  • Comments:24 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
Omaryasirmcommented, Dec 28, 2019

Remove the ^ character from your import like this => flutter_sound: 1.6.0

1reaction
Larpouxcommented, Jan 12, 2020

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.

Read more comments on GitHub >

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

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