Droid Explorer looking for SDK - Captivate General

I'm following the Pimp my Captivate guide. I down loaded Droid explorer but it won't completely setup cause it's looking for Android SDK installed.
I'm using Windows7 64 and when I attempt to install Android SDK it tells me it can't find Java support. Is there a certain place that's best to install Android SDK?
What's the best way to install SDK on Win7-64 ?

2 options:
1) download the SDK from google, and and follow the directions, likely unzipping to c:\androidsdk\
2) choose the little blue hyperlink at the bottom right corner when asked for the location, where droid explorer will download and set it up for you.

Related

Problems with root directory when installing ADT plugin in eclipse.

I'm not sure i have the right directory and i'm a newbie. sry.
But ive gotten to eclipse and preferences then android, but when i browse i dont know where my root directory is..
Once i thought i had it once but i was told that i was missing certain files..
I'd really like some help..
EDIT program Files\Sun\JavaDB\javadoc\jdbc4\org\apache\derby- the directory that i think works-)
Also when i browse for the root directory i get this message:"Error Parsing the sdk-( program Files\Sun\JavaDB\javadoc\jdbc4\org\apache\derby\platforms is missing"
Then after i exit out of the notification i get this " SDK Platform Tools is missing! Please Use the SDK Manager to install it."
And then after that one i get this: Failed to get required ADT version number from the sdk. The android developer tool may not work properly.
To install the ADT tools plugin you need the link from the android site for the repository.. then you go to preferences in eclipse and set android to the android sdk location.
not sure, but i think thats what you were talking about.

Beginner's Guide to Installing the SDK and Getting Started with ADB

It looks like we may have some users that are new to rooting or to Android all together.
I posted these instructions in the perm root thread, but I figured putting them in their own thread would make it easier to find.
This is meant as a basic pre-cursor to following BCNice's perm root instructions.
I've added a link to TrueBlue_Drew's adb/fastboot guide here
If you use the method that I outline below just download his zip and extract the files to your desktop. Then move the fastboot file into your AndroidSDK\platform-tools sub directory. Thanks to Drew for putting together a great guide!
You will need fastboot installed to install BCNice20's recovery.img.
Make sure you have HTC Sync installed on your computer HTCSync
First download the SDK here
Make sure to dowload the installer_r09-windows.exe
Now install the SDK when prompted for the install path paste C:\AndroidSDK over the default path
Once you have installed it open it from the start menu
Select install packages
The main one we are concerned with is "Platform Tools"
Go to the start menu and right click on My Computer in XP Computer in Windows 7.
Select properties, then select advanced/advanced system settings in Windows 7, then environment variables, now go to the lower box (system variables) and select path then edit.
Paste the following as your path C:\AndroidSDK\platform-tools then select o.k.
Make sure you have temp root via Visionary or Z4.
On your phone go to Settings, Applications, Development, and make sure USB Debugging is checked.
Now connect your phone to your computer and leave the connection type as "charge only"
On your computer select Start, then run, type in CMD
Once in the Command Prompt enter
Code:
cd C:\AndroidSDK\platform-tools
The next line should pop up C:\AndroidSDK\platform-tools>
Now test adb by typing in
Code:
adb
If adb runs you are ready to start!
Type
Code:
adb shell
Then type
Code:
su
Allow Superuser on your phone
You are now in and ready to follow BCNice's directions
Here's some adb stuff that I found from the evo days that has linux, mac, and windows adb and some of the files it needs. I flashed the evo with it so it should work for the shift too. I used an all in one for the epic to root mine in windows. I just extracted the zip and ran adb inside it. I could have included that or instead but there were a lot more files in there pertaining to recovery, root exploits, and images of things I didn't know if they could safely be removed and still work or not. I used the mac version of the file in this package instead of running back and forth from win to mac. I purposely keep the win partition off the internet. Yeah, vmware works but sometimes it doesn't and I didn't want to risk anything when flashing a phone.
As usual, use at your own risk. It worked for me in the past so I don't see any reason why it won't work now. Make note of the adb program naming schemes because they aren't just "adb". I uploaded this because it was very useful to me in the past and I've always failed or got lost when trying to set up sdk per google's instructions. It's very stripped down so don't expect it to be as fully functional as the sdk would be.
If you want to do it the way I did then head over to the epic section and get the all in one root and recovery in the dev section, unzip it, then use the adb.exe inside. Don't use any bat files or scripts in there, you might brick the phone.
As a Win7 64bit user, I had the additional steps of downloading and installing HTC Sync so that Win7 would install the proper drivers for my phone before I could use adb shell to access my shift.
JigSawMan said:
As a Win7 64bit user, I had the additional steps of downloading and installing HTC Sync so that Win7 would install the proper drivers for my phone before I could use adb shell to access my shift.
Click to expand...
Click to collapse
Yes, of course, how could I forget that? You definitely need drivers for windows.
Anybody care to link me to a good guide for Linux mint/Ubuntu 64 bit?
I've done it on 32, but I can't find good resources for 64.
I used adbwireless and it worked first shot!
Time to work on some roms...;-)
Sent from my PG06100 using XDA App
So is there like a video review or a picture review of this. I am trying to do the steps, but the process is different from your steps. I have tried this on xp and windows 7
When I get to this step
"On your computer select Start, then run, type in CMD
Once in the Command Prompt enter cd C:\AndroidSDK\platform-tools
The next line should pop up C:\AndroidSDK\platform-tools>
Now test adb by typing in adb"
It tells me "The system cannot find the path specified"
Can anyone help me.
all of my drivers are installed for my phone.
koolkid09 said:
When I get to this step
"On your computer select Start, then run, type in CMD
Once in the Command Prompt enter cd C:\AndroidSDK\platform-tools
The next line should pop up C:\AndroidSDK\platform-tools>
Now test adb by typing in adb"
It tells me "The system cannot find the path specified"
Can anyone help me.
all of my drivers are installed for my phone.
Click to expand...
Click to collapse
You need to locate the SDK and rename it. It should be on your C drive in the program files folder and the android sub folder.
Once you have located the folder I believe is named android-sdk-windows right click on it and rename it to AndroidSDK.
Then open up a new window in My Computer on Windows XP or Computer on Windows 7.
Open the C drive and then drag the renamed AndroidSDK file over to the root of the C drive.(not in any folder)
BrandoKC said:
You need to locate the SDK and rename it. It should be on your C drive in the program files folder and the android sub folder.
Once you have located the folder I believe is named android-sdk-windows right click on it and rename it to AndroidSDK.
Then open up a new window in My Computer on Windows XP or Computer on Windows 7.
Open the C drive and then drag the renamed AndroidSDK file over to the root of the C drive.(not in any folder)
Click to expand...
Click to collapse
Ok. I deleted everything and I am going to try over.
OK.. When I'm first trying to install it do I install it to C:\Program Files (x86)\Android\android-sdk-windows. That is the defualt place it wants me to install it to. (I am on Windows 7)
I've updated the original post with some more specific instructions for Windows 7.
I had to reboot my computer before I could move the SDK to the C drive and rename it.
The first time I entered the command prompt adb wouldn't work, but I closed it out and the second time it worked flawlessly.
Ok thanks BrandoKc. Coming from windows mobile it would of tooken me a while to figure this adb stuff I out. I have a question??? I just finished rooting... if I hard reset does this break the root???
Sent from my PG06100 using XDA App
koolkid09 said:
OK.. When I'm first trying to install it do I install it to C:\Program Files (x86)\Android\android-sdk-windows. That is the defualt place it wants me to install it to. (I am on Windows 7)
Click to expand...
Click to collapse
That will work! Once installed there and updated rename it to AndroidSDK and move it to the root of the C drive. You may need to reboot your computer before it allows you to edit the folder.
alanherrera59 said:
Ok thanks BrandoKc. Coming from windows mobile it would of tooken me a while to figure this adb stuff I out. I have a question??? I just finished rooting... if I hard reset does this break the root???
Sent from my PG06100 using XDA App
Click to expand...
Click to collapse
By hard reset I assume you mean factory reset. It may but you can re root if it does.
I'm glad to have helped. I know when I rooted my Hero I nearly shatted a bricked Hero.
UGH! Now my SDK manager is not working. It pops up then goes away and I can keep it up. This is happening on this step "Once you have installed it open it from the start menu". I'm probably going to wait until the morning or somebody makes a video on how to do this because I'm getting frustrated.
Koolkid come to the IRC so we can help you
BrandoKC said:
Koolkid come to the IRC so we can help you
Click to expand...
Click to collapse
I sent you a PM.
BrandoKC said:
By hard reset I assume you mean factory reset. It may but you can re root if it does.
I'm glad to have helped. I know when I rooted my Hero I nearly shatted a bricked Hero.
Click to expand...
Click to collapse
Lol. As from my language... You can tell I come from windows mobile, in those forums we refered a factory reset as a hard reset and a soft reset as a battery pull
Sent from my PG06100 using XDA App
alanherrera59 said:
Lol. As from my language... You can tell I come from windows mobile, in those forums we refered a factory reset as a hard reset and a soft reset as a battery pull
Sent from my PG06100 using XDA App
Click to expand...
Click to collapse
Once we have a recovery you will definitely be able to wipe/hard reset/factory reset without losing root.
I would imagine at this point you should be able to without losing root also.
Left WinMo when the G1 came out and haven't looked back. Enjoy Android!

[Q] Install Java SDK tar.gz package

I have been trying to find out how to install the SDK on linux for several hours now, and I've found no documentation on installing the tar.gz package. If somebody would be so kind as to give me instructions, or link me to a post that has instructions, I'd be happy.
Never mind, it is in the synaptic package manager.

Help unzip eclipse?!?!? tried 7zip and winzip...

I am really wanting to dig right into android programming and i am following a video and i went to eclipse website and downloaded eclipse for windows 64 bit.... well i cant extract freaking eclipse!!!! please someone help?
attached files
moparfreak426 said:
I am really wanting to dig right into android programming and i am following a video and i went to eclipse website and downloaded eclipse for windows 64 bit.... well i cant extract freaking eclipse!!!! please someone help?
Click to expand...
Click to collapse
Attached is the eclipse file i cannot unzip... anyone else have this issue? i went ahead and attached what i was going to unzip next havent tried it yet... been stuck on eclipse all day well nevermind guess too big to upload... just trying elcipse from eclipse website help?
I'm pretty sure that that when I installed eclipse I used WinRar, however 7zip or winzip should work, what kind of error are you getting when you try to extract the files?
have you downloaded it succesfully ?
still no success. I gave up on it... But want to get it! It says something like unkown file type or damaged.... I'm downloading it from eclipse.org eclipse basic... windows 64 bit.... I dont understand why it wont open...
Got everything downloaded now just can't add Android sdk to eclipse..... :/
Sent from my Motorola Electrify using XDA
If it doesn't unzip eclipse it's probably because the file is corrupted, try re-downloading it
I got eclipse now.downloaded Android sdk but can't do the thing to plug Android sdk into eclipse. Says something is missing
Sent from my Motorola Electrify using XDA
What error message do you get? Also make sure you have the appropriate Java version installed (At times I've noticed problems with apps linked to 32-bit libraries, opened with 64-bit Java or vice versa). Although I think it should have both installed in Windows 64-bit.
I don't mean to hijack the thread, but I have a similar thread. The error is either
1) org.eclipse.ui 3.6.2 error
(When using eclipse indigo)
2) org.wst.sse.core 0.0 error
(When using eclipse Helios)
I will have to look at error. Its after Tron to add it. Hit next next then your suppossedto hit accept and it don't.... And I really wanna get this lined out.been Tryin since..... Last week?
Sent from my Motorola Electrify using XDA
not sure if this is strictly related to the problem of the OP, but after I downloaded Eclispe it would not unzip correctly. It failed on about 14 files.
After looking around, i found it was a path length problem (Windows has a path length folders+filename restriction) and the Eclipse developers know this but still make their paths quite long, since ver 3.5 or something like that.
The way i got around it was very simple: move the zip file to your root folder (eg c:\) then unzip it. You won't have all the extra folders in the unzip path that doing it on the desktop, for example, would have.

java8 for android? the sollution might be here!

Im what you might call a trainee android developer working with java and i might have found a sollution for java8 on android. Well, here i go:
step 1. download jdk-8u66-linux-i586.tar.gz it should be under the linux category
step 2. Extract the tar.gz with the Rar app for android. or use a computer.
step 3. locate the extracted copy of the archive
step 4. go to:
jdk-8u66-linux-i586/jdk1.8.0_66/jre/lib/
step 5. there should be a file names rt.jar
rt.jar includes the entire directory for java8 and all class files. most likely an API
THINGS TO NOTE:
1. if you are developing code on a android and not a computer(like i am) you may see some class files twice in your IDE.
2. to my knowledge, i am not quite sure everything will work the same as if on a linux computer.
thank you for taking your time to read this.
sorry if i post this under wrong category, completely new to forums!

Categories

Resources