Android permitted build errror

hi everyone.

I have a problem.
When I try to build apk, I get the following error

Error: EPERM: operation not permitted, scandir 'C:\Users\Legion\AppData\Local\Application Data'
    at Object.readdirSync (node:fs:1391:3)
    at Project.searchFiles (node:kmake/Project:406:24)
    at Project.searchFiles (node:kmake/Project:441:18)
    at Project.searchFiles (node:kmake/Project:441:18)
    at Project.searchFiles (node:kmake/Project:441:18)
    at Project.searchFiles (node:kmake/Project:381:18)
    at exportKoremakeProject (node:kmake/main:257:17)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Object.run (node:kmake/main:531:19) {
  errno: -4048,
  syscall: 'scandir',
  code: 'EPERM',
  path: 'C:\\Users\\Legion\\AppData\\Local\\Application Data'
}
undefined

I am using blender version 2.93. how can i solve this problem?

Hi, it looks like Kmake (a build tool that’s called in the background) wants to access a file or directory in your AppData folder but it doesn’t have permissions for it. Are the project or the Armory SDK stored in a place with restricted permissions?