Out of nowhere I get this error when trying to build my project. Everything was running ok and I didn't do an update or anything else that could've messed up the IDE. I simply restarted the IDE as it started to be slow without any real reason. I searched for solutions on forums and other questions, but those are old should be fixed by the new updates for IntelliJ. What could've happened?
Error:Gradle: Execution failed for task ':libs:facebook:processReleaseResources'.
> java.io.IOException: Cannot run program "D:\AndroidSDK\build-tools\20.0.0\aapt.exe": CreateProcess error=740, The requested operation requires elevation
UPDATE:
After an complete system restart it seems to work again. But this is an weird error, that I haven't seen before and I'm very curious of what could generate it.