Closed sehno closed 6 months ago
This issue has been resolved now. The drawable directory had 2 files named QR.png and QRCode.png. As per android's documentation, filenames in drawable directory should be lower case always. These filenames with uppercase letters was causing issue during application build and compilation.
The master branch is updated with this fix now.
This issue is closed.
Hello,
I have a build error when i try to run the application :
It's seems that it come from the QRCode.png.
Thank you.