PDA

View Full Version : SDK for windows



dragonrider8844
11-30-2008, 07:47 AM
I downloaded the SDK for windows and I can't seem to access any of the files. When i double click on any of the tools something pops up but than it disappears quickly. if anybody knows what causes this i would appreciate it.

deeek
11-30-2008, 08:54 AM
Please, read through the documentation (http://code.google.com/android/documentation.html). You probably don't have Eclipse installed and you are not using the SDK correctly.

m4nic3
11-30-2008, 12:56 PM
"To build the Android source files, you will need to use Linux or Mac OS. Building under Windows is not currently supported"
http://source.android.com/download

AlfSimen
11-30-2008, 01:11 PM
After downloading the SDK, unpack the .zip archive to a suitable location on your machine. By default, the SDK files are unpacked into a directory named android_sdk_<platform>_<release>_<build>. The directory contains the subdirectories tools/, samples/, and others.

Make a note of the name and location of the unpacked SDK directory on your system — you will need to refer to the SDK directory later, when setting up the Android plugin or using SDK tools.

Optionally, you can add the path to the SDK tools directory to your path. As mentioned above, the tools/ directory is located in the SDK directory.

On Windows, right click on My Computer, and select Properties. Under the Advanced tab, hit the Environment Variables button, and in the dialog that comes up, double-click on Path under System Variables. Add the full path to the tools/ directory to the path.

Adding tools to your path lets you run Android Debug Bridge (adb) and the other command line tools without needing to supply the full path to the tools directory. Note that, if you update your SDK, you should remember to update your PATH settings to point to the new location, if different.
You probably have to add the location of the unzipped folder into the PATH-variable...

dragonrider8844
11-30-2008, 03:26 PM
I have Eclipse installed on it. When I try to start any applications it looks like it was about to start but then it disappears. The window for the applications comes up for a split second and than disappears