I recently reinstalled Android SDK in a location without spaces as this was causing problems. A side effect of this is the inability to compile due to aapt.exe missing.
The error is;
Compiling code. 0.33
Generating R file. Error
Cannot find: J:\Android\android-sdk\platforms\android-8\tools\aapt.exe
Please configure paths (Tools - Configure Paths).
The path for tool exists as;
J:\Android\android-sdk\tools
and aapt.exe exists but in a new location;
J:\Android\android-sdk\platform-tools
There is no J:\Android\android-sdk\platforms\android-8\tools folder in my installation!
How can I resolve this, I could just move or copy files but this seems to be a new configuration for the files and folders and moving seems a little hasty.
Thanks
The error is;
Compiling code. 0.33
Generating R file. Error
Cannot find: J:\Android\android-sdk\platforms\android-8\tools\aapt.exe
Please configure paths (Tools - Configure Paths).
The path for tool exists as;
J:\Android\android-sdk\tools
and aapt.exe exists but in a new location;
J:\Android\android-sdk\platform-tools
There is no J:\Android\android-sdk\platforms\android-8\tools folder in my installation!
How can I resolve this, I could just move or copy files but this seems to be a new configuration for the files and folders and moving seems a little hasty.
Thanks
Last edited: