diff --git a/README b/README new file mode 100644 index 0000000000000000000000000000000000000000..7f06a70c487e27255005eb53d8c5fc681f150dc9 --- /dev/null +++ b/README @@ -0,0 +1,12 @@ +While building the realease APK (using the command ./gradlew bundleRelease), it may gives you the error + +Execution failed for task ':app:mergeReleaseResources' +[folder path] Error: Duplicate resources + +To solve this delete the following folders: +android\app\src\main\res\drawable-hdpi +android\app\src\main\res\drawable-mdpi +android\app\src\main\res\drawable-xhdpi +android\app\src\main\res\drawable-xxhdpi +android\app\src\main\res\drawable-xxxhdpi +android\app\src\main\res\raw \ No newline at end of file