Commit 29854f60 authored by Antonio Pugliese's avatar Antonio Pugliese

Add README

parent 839fcd18
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment