README 473 Bytes
Newer Older
Antonio Pugliese's avatar
Antonio Pugliese committed
1
While building the release APK (using the command ./gradlew bundleRelease), it may give you the error
Antonio Pugliese's avatar
Antonio Pugliese committed
2 3 4 5 6 7 8 9 10 11 12

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