Android Question [SOLVED] Error while compiling, emoji-data.txt is denied

incendio

Well-Known Member
Licensed User
Longtime User
Hi guys,

I want to change icon for my app, so I replace file icon.png in folder ...\Objects\res\drawable with the new one, then made the res folder read only.

Then compiled (B4A 10) again but got the error :
Access to the path ...\Objects\b4xlibs\Files is denied

Before changed that icon, compiled is OK.


Any hint how to solve this error?
 

incendio

Well-Known Member
Licensed User
Longtime User
Lots of files attribute changed to Read Only, but I didn't changed it.

For example, all files in folder object\src\gsf\AppName changed to read only. Other files on different folder also changed to Read Only.

After removed Read Only flag, compile OK again.

Something is wrong, not sure is it Windows or B4A?
 
Last edited:
Upvote 0
Top