I\'m having a problem getting my android dev environment setup in Windows 7. I follow the instructions here, as well as several environment sublinks. I am using Eclipse wi
In the SDK tools folder go to libs and edit find_java.bat. It can usually be found in C:\Program Files (x86)\Android\android-sdk-windows\tools\lib.
find_java.bat
C:\Program Files (x86)\Android\android-sdk-windows\tools\lib
Change all instances of %PROGRAMFILES% to %PROGRAMFILES(X86)%.
%PROGRAMFILES%
%PROGRAMFILES(X86)%
I did this and the error went away.