I have a problem runnig my AwesomeProjecr from react-native.
I run the command: react-native run-android (with physical device), few seconds after I got this error, not the first by the way.
What went wrong: Execution failed for task ':app:mergeDebugResources'.
java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource compilation failed Output: C:\Windows\System32\AwesomeProject\android\app\build\intermediates\res\merged\debug: error: directory does not exist.
Yes, it does exist.
Command: C:\Users\isai.madueno.gradle\caches\transforms-1\files-1.1\aapt2-3.2.0-alpha18-4804415-windows.jar\f4d1b52455cebe257bb0ea5e72f112ff\aapt2-3.2.0-alpha18-4804415-windows\aapt2.exe compile --legacy \ -o \ C:\Windows\System32\AwesomeProject\android\app\build\intermediates\res\merged\debug \ C:\Windows\System32\AwesomeProject\android\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml
Daemon: AAPT2 aapt2-3.2.0-alpha18-4804415-windows Daemon #2
I used this link before have this new error on the compilling process.
I don´t know what else to do. I tryed a lot but it seems hard to compile.