Problem exporting Unity to APK

1

When I try to "export" to APK I get the following error:

  

Win32Exception: ApplicationName = 'C: / sdk-tools \ tools \ aapt.exe',   CommandLine = 'package --auto-add-overlay -v -f -m -J "gen" -M   "AndroidManifest.xml" -S "res" -I   "C: / sdk-tools \ 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   ()

    
asked by anonymous 01.07.2017 / 05:53

1 answer

0

This does not appear to be an error message. It seems to be a message that tells you which command line Unity is running to build your APK.

    
01.07.2017 / 15:28