Fluttersound.java utilise ou remplace une API obsolète.

In your app/build.gradle, increase the minSdkVersion:

Change this:
minSdkVersion 16
  
into this:
minSdkVersion 23
Lokesh003