I have closed every window, restarted the computer. But Eclipse is telling me: \"C:\\Program Files\\android-sdk\\tools is being accessed....I even deleted the directory but
Supposedly, if you use the SDK Manager.exe
program rather than tools\android.bat
, it works. However, I've never had any luck with that.
My traditional approach has been:
tools\
directory to create a foo\
directoryPATH
and other environment variables to point to foo\
tools\android.bat
out of foo\
PATH
and such to point back to tools\
, and get rid of the foo\
directory