Does anyone know why the following error appears in Unity when exporting to an apk file? [closed]

1

Error in console:

Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details.
C:\Users\javie\AppData\Local\Android\sdk\build-tools.0.0-preview\aapt.exe package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "C:\Users\javie\AppData\Local\Android\sdk\platforms\android-23\android.jar" -F bin/resources.ap_

stderr[

]
stdout[

]

I have configured the path of the SDK with the path where the Android Studio installs it

introducir el código aquí

And I have already filled in all the fields that are required in Project Setting Editor.

The Project that I try to export is only a new Scene in 3D without any functionality since I was testing if it was something of code or simply it was not possible.

Thanks in advance

    
asked by Javier Midence 25.04.2016 в 04:53
source

0 answers