Hi friends,
I am having serious problems in Configuring Android SDK with Eclipse. I am using Windows 7 Home Premium version. My Eclipse version is:
Code:
Eclipse Classic 3.7.1
Eclipse Java EE IDE for Web Developers.
Version: Indigo Release
Build id: 20110615-0604
At first, I went into Eclipse-> Help menu and then Install New Software.
Clicked Add, named it ADT and for location used:
http: // dl-ssl.google. com / android / eclipse.
The new window that appears, I have clicked all of those boxes and choose Next. Upto this point, everything is OK, ADT is installed and I am be asked to restart Eclipse. When Eclipse launches, a new window appears and asks me to either install the Android Software Development Kit (SDK) or choose an existing SDKs location. I chose to install Android Software Development Kit (SDK). I have set SDK location to: C:\My_Workspace\Android_SDK. After everything finishes I see two errors:
Code:
[2012-01-02 14:29:37 - DDMS] DDMS files not found: C:\My_Workspace\eclipse-SDK-3.7.1-win32-x86_64\eclipse\platform-tools\adb.exe C:\My_Workspace\eclipse-SDK-3.7.1-win32-x86_64\eclipse\tools\hprof-conv.exe C:\My_Workspace\eclipse-SDK-3.7.1-win32-x86_64\eclipse\tools\traceview.bat
Code:
[2012-01-02 14:30:47 - DDMS] DDMS files not found: C:\My_Workspace\Android_SDK\platform-tools\adb.exe C:\My_Workspace\Android_SDK\tools\hprof-conv.exe C:\My_Workspace\Android_SDK\tools\traceview.bat
If I restart Eclipse an error apears saying:
Could not find folder 'tools' inside SDK 'C:\My_Workspace\Android_SDK\'.
If I click into Window ->Android SDK manager, I get another error message saying:
location of the Android SDK has not been setup in the preference.
If I go Window->Preference->Android, I see that, the SDK location is set to "C:\My_Workspace\Android_SDK"
But on top there is an error message saying, "Could not find folder 'tools' inside SDK 'C:\My_Workspace\Android_SDK\'."
What is going on? I am confused!