collection error in AndroidManifest.xml
AAPT: error: attribute android:requestLegacyExternalStorage not found.
Although the attribute is there but it writes an err
Make these changes in android\app\build.gradle :
compileSdkVersion 29 targetSdkVersion 29
It will work.