I've been having a lot of trouble trying to figure out how to do this. I'll take you step by step so hopefully somebody can figure out what I did wrong. I'm not really smart when it comes to these things, so please try to be nice if it was a simple mistake. :[
Well first thing I noticed was that the JDK was out of date so I had to update it to version 14.
I downloaded the Windows Version as told. (note: i use XP) I downloaded it, and then went to My Computer, Properties, Advanced, and added this: ;C:\Program Files (x86)\Java\jdk1.6.0_14\bin to the end of my Path. I then typed java -version on Run and it showed my JDK version was up to date and everything was fine.
Next I downloaded the SDK which takes a while and followed the installation instructions. I think this is where I go wrong. Because I don't exactly understand this part:
"Optionally, you may want to add the location of the SDK's primary tools directory to your system PATH. The primary tools/ directory is located at the root of the SDK folder. 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.
* On Linux, edit your ~/.bash_profile or ~/.bashrc file. Look for a line that sets the PATH environment variable and add the full path to the tools/ directory to it. If you don't see a line setting the path, you can add one:
export PATH=${PATH}:<your_sdk_dir>/tools On a Mac, look in your home directory for .bash_profile and proceed as for Linux. You can create the .bash_profile if you haven't already set one up on your machine.
* * 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.
Note that, if you update your SDK in the future, you should remember to update your PATH settings to point to the new location, if different."
Even so, I'm able to launch the Davlik Debug Monitor, but it does not show my phone.
While my computer does see my phone. I've tried mounting my G1, unmounting, re-arraging the Path and still the DDB does not see my G1.
Help?? Please.
resolved