I was chugging along just fine, developing an Android app in Delphi 10.2 when the IDE hung. I killed the process. Now when I compile, I am told that the IDE cannot delete a libc.so file in the debug folder for my app. Makes sense, since there is no libc.so file there. No idea what a libc.so file is (although there are many on my system) so I do not know how to regenerate it or why the IDE is so upset that it cannot delete a non-existent file. Thoughts?

Comments

  1. It may be that the folder is locked by the dead process - I’ve had this a few times. Try rebooting your PC or installing LockHunter which will tell you what’s locking the folder and can unlock it for you.

    ReplyDelete

Post a Comment