I think i wont be able to make an android app
i made a test scene to export to android but when i hit the build button the building stops when repakage resources and the console gives me to errors
Win32Exception: ApplicationName='C:\Users\taeki\Downloads\android-sdk-windows\build-tools\24.0.0\aapt.exe', CommandLine='package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "C:/Users/taeki/Downloads/android-sdk-windows\platforms\android-23\android.jar" -F bin/resources.ap_', CurrentDirectory='Temp/StagingArea' System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) System.Diagnostics.Process.Start () (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start () UnityEditor.Utils.Program.Start () (at C:/buildslave/unity/build/Editor/Mono/Utils/Program.cs:33)
and the other one
Error building Player: Win32Exception: ApplicationName='C:\Users\taeki\Downloads\android-sdk-windows\build-tools\24.0.0\aapt.exe', CommandLine='package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "C:/Users/taeki/Downloads/android-sdk-windows\platforms\android-23\android.jar" -F bin/resources.ap_', CurrentDirectory='Temp/StagingArea'
please help i want to make my android game
Your answer
Follow this Question
Related Questions
Exception: Unity.IL2CPP.Building.BuilderFailedException: 2 Answers
il2cpp android build error 2019.2.19f1 1 Answer
Failed to re-package resources 0 Answers
Keep a file from assets after build 0 Answers
Win32Exception when building for Android 0 Answers