Packaging Android failed

I am using a 4.7.5 release source code version editor, and I keep getting these error when packaging Android
arm-linux-androideabi/bin/ld.exe: error: cannot find -licudata
arm-linux-androideabi/bin/ld.exe: error: cannot find -licuuc
arm-linux-androideabi/bin/ld.exe: error: cannot find -licui18n
arm-linux-androideabi/bin/ld.exe: error: cannot find -licule
arm-linux-androideabi/bin/ld.exe: error: cannot find -liculx

I found this question is very similar to me, I use tadp-2.0r8

link text

Same issue here. Worked normally up to yesterday, today something broke (didn’t upgrade anything) and I cannot package anymore. Tried to clean up the project and rebuild, but didn’t solve the issue.
Is there some folder I could try to manually delete to solve this?

Hi devel.bmad,

Which TADP version did you use?

If you want to clean up the project, you can try to delete these folders:

Binary, Build, Intermediate, Saved.

The problem was not related to a specific project, but to the engine compiled from github. Actually I probably messed up with the build files trying to solve this and this other issues… running Setup.command again fixed up my problem :slight_smile:

Thank you very much!

Wow, amazed that this worked. Thank you!