Android .apk building problem

Hi all,

I am very new to this unity3d.When I was trying to build an object in unity3d it shows the following error

Error building Player: Win32Exception: ApplicationName=‘D:/Documents/android-sdk-windows/platforms/android-17\aapt.exe’, CommandLine=‘package -v -f -m -J gen -M AndroidManifest.xml -S “res” -I “D:/Documents/android-sdk-windows/platforms/android-17\android.jar” -F bin/resources.ap_’, CurrentDirectory=‘Temp/StagingArea’

please help me to solve this problem…
Awaiting for your reply.

1 Answer

1

Verify that the path ‘D:/Documents/android-sdk-windows/platforms/android-17aapt.exe’ exists (looks like your path misses a /).

Could you please attach your editor log after trying to build?
Looking at the error message, something looks a bit funny with your path.