payatu / BugBazaar

Android BugBazaar: Your mobile appsec playground to Explore, Exploit, Excel
37 stars 5 forks source link

Build error : 'Q' is not a valid file-based ressource (QRCode.png) #62

Closed sehno closed 6 months ago

sehno commented 6 months ago

Hello,

I have a build error when i try to run the application :

'Q' is not a valid file-based resource name character: File-based resource names must contain only lowercase a-z, 0-9, or underscore

It's seems that it come from the QRCode.png.

Thank you.

banditVedant commented 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.

banditVedant commented 6 months ago

This issue is closed.