Cannot build programs due to incorrect "aapt.exe" path

chinhill

Member
Licensed User
Longtime User
I can not buid a program, error information shows as follows,
-------------
Generating R file. Error
Cannot find: D:\ProgramFiles\Android\android-sdk\tools\..\platform-tools\aapt.exe
Please configure paths (Tools - Configure Paths).
-------------

but I check the SDK build tool "aapt.exe" locates at "D:\ProgramFiles\Android\android-sdk\build-tools\17.0.0\aapt.exe" on my computor.

This path cannot be changed at menu "Tools - Configure Paths".

I think Android SDK build-tools r17 uses a different path against the old version.

Does anyone know how to correct this error?
 
Top