When I am using my Galaxy Note 5 the android SDK comes a problem you should change your SDK version, Now the question is Which SDK version is best for all android phone in android studio for flutter apps?
When I am using my Galaxy Note 5 the android SDK comes a problem you should change your SDK version, Now the question is Which SDK version is best for all android phone in android studio for flutter apps?
2
Answers
you can change the sdk version to 20 or 21 and it should work as it worked for me
Your Samsung Galaxy Note 5 probably have Android 7.0 Nougat, whose SDK version is 24.
Here are my SDK & Gradle configurations. (It complies with the latest Google Play Store policies).
build.gradle:
settings.gradle:
gradle-wrapper.properties: