Hi all,
I’m using Unity 5.3.4p3 personal.
I’m trying to compile the application with a simple scene of the cube and the plane.
I do not imported into the project no plugins and no assets.
And every time I get this error:
CommandInvokationFailure: Failed to re-package resources. See the Console for details.
C:\Users\Atlantic\AppData\Local\Android\sdk\build-tools\24.0.0-preview\aapt.exe package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S “res” -I “C:/Users/Atlantic/AppData/Local/Android/sdk\platforms\android-23\android.jar” -F bin/resources.ap_ --extra-packages com.myCompany.AndroidTestApp2 -S “D:\Projects\AndroidTestApp2\AndroidTestApp2\Temp\StagingArea\android-libraries\unity-android-resources\res”
stderr[
]
stdout[
]
UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
UnityEditor.Android.PostProcessAndroidPlayer.Exec (System.String command, System.String args, System.String workingdir, System.String[ ] progress_strings, Single progress_value, System.String errorMsg)
UnityEditor.Android.PostProcessAndroidPlayer.CompileResources (System.String stagingArea, System.String packageName, UnityEditor.Android.AndroidLibraries androidLibraries)
UnityEditor.Android.PostProcessAndroidPlayer.PostProcessInternal (System.String stagingAreaData, System.String stagingArea, System.String playerPackage, System.String installPath, System.String companyName, System.String productName, BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry)
UnityEditor.Android.PostProcessAndroidPlayer.PostProcess (BuildTarget target, System.String stagingAreaData, System.String stagingArea, System.String playerPackage, System.String installPath, System.String companyName, System.String productName, BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry)
UnityEditor.BuildPlayerWindow:BuildPlayerAndRun()
================================
Before to write here, I checked all the threads that I could find.
I’ve done everything that there is advised, but nothing helps.
Basically they say about folder “google_play_services”, but I have an empty project.
And I don’t have Plugin/Android.
I’m new to the Android platform, so I’m probably missing something important.
thanks for the help