Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Kcarpenter
Old
#1  
Kcarpenter's Avatar
Senior Member - OP
Thanks Meter 146
Posts: 3,348
Join Date: Nov 2009
Location: Clinton, TN
Default Development Help!!!

Fellow Developers!
I am getting settled in to the Eclipse IDE, trying to load the Android SDK.
I have everything from Google Downloaded, and the ADT setup.

I am trying to setup the Android Projects to point to the SDK that I have downloaded. I have gone into Window > Prefences > Android > and pointed the SDK to C:\AndroidSDK\

But when I hit OK and Apply I DONT GET ANY FLIPPING SDK VERSIONS!!!

I am sure that it is something simple that I am missing, but can someone maybe provide any help my direction?

BTW I am posting in the Hero forums, because that's the phone I have...Maybe I should of looked for a plain dev forum?
 
flipzmode
Old
#2  
flipzmode's Avatar
Recognized Developer
Thanks Meter 917
Posts: 1,325
Join Date: Jan 2009

 
DONATE TO ME
Quote:
Originally Posted by Kcarpenter View Post
Fellow Developers!
I am getting settled in to the Eclipse IDE, trying to load the Android SDK.
I have everything from Google Downloaded, and the ADT setup.

I am trying to setup the Android Projects to point to the SDK that I have downloaded. I have gone into Window > Prefences > Android > and pointed the SDK to C:\AndroidSDK\

But when I hit OK and Apply I DONT GET ANY FLIPPING SDK VERSIONS!!!

I am sure that it is something simple that I am missing, but can someone maybe provide any help my direction?

BTW I am posting in the Hero forums, because that's the phone I have...Maybe I should of looked for a plain dev forum?
Have you actually downloaded the sdk(s) and not just the tools?

You need to run SDK Setup.exe in your sdk directory and pick which platforms and API's you want to install.
Xylon - Nexus 4: 2.1.1b2 (Android 4.2.2)
Fresh Evo LTE: 5.3.1 (Android 4.0.4) || Fresh Evo 3d: 4.2.0 (Android 2.3.4) || Fresh Evo: 4.3.3
Fresh Shift: 4.1.1 (Android 2.3.3) || Fresh Hero: 2.4.0 (Android 2.1)

CDMA Android development and Fresh rom home: http://GeekFor.Me || Twitter

 
Kcarpenter
Old
#3  
Kcarpenter's Avatar
Senior Member - OP
Thanks Meter 146
Posts: 3,348
Join Date: Nov 2009
Location: Clinton, TN
HAHA!!
I ran that setup like 6 times and not once did I pay attention to what the error message said until you said something about installing it!

Yeah I had to force HTTPS. We shall see what happens in the next 2 or 3 minutes and I will reply.

THANKS!

I don't even know what I am going to write yet...but I am determined to make my phone do something cool!

I love java! It's the whole reason I got the phone!
 
kmartburrito
Old
#4  
kmartburrito's Avatar
Senior Member
Thanks Meter 8
Posts: 679
Join Date: Mar 2006
Location: Denver, CO
Quote:
Originally Posted by flipzmode View Post
Have you actually downloaded the sdk(s) and not just the tools?

You need to run SDK Setup.exe in your sdk directory and pick which platforms and API's you want to install.
X2 for this.

My favorite way to check my installed Java SDK versions is to check the registry. Since using java -version at the command line only tells you the one you're currently pointing to, it can be a little confusing figuring it out that way.

Just go to regedit --> HKLM --> Software --> Javasoft --> Java Development Kit

-Nathan
Sprint HTC Hero - Rooted
Sprint HTC Evo - Rooted
Sprint GS3 - Rooted

LITE Version:Full Version:

^^^Check out my first two of many Android apps, Decide 4 Me - LITE and Decide 4 Me in the market today, and please give me some good stars and comments if you like them!
 
Kcarpenter
Old
#5  
Kcarpenter's Avatar
Senior Member - OP
Thanks Meter 146
Posts: 3,348
Join Date: Nov 2009
Location: Clinton, TN
Quote:
Originally Posted by flipzmode View Post
Have you actually downloaded the sdk(s) and not just the tools?

You need to run SDK Setup.exe in your sdk directory and pick which platforms and API's you want to install.
Kudo's to you, pointing out the setup file that i was running...and ignoring the error message.

Quote:
Originally Posted by kmartburrito View Post
X2 for this.

My favorite way to check my installed Java SDK versions is to check the registry. Since using java -version at the command line only tells you the one you're currently pointing to, it can be a little confusing figuring it out that way.

Just go to regedit --> HKLM --> Software --> Javasoft --> Java Development Kit

Thanks for the SDK tip, this will come in handy as my phone gets updated...hopefully soon by Sprint.

Topic 2---Can you guys tell me any down falls of Developing for the phone in Windows instead of Linux? or having my Phone rooted and using it to test?

Thanks again both of you!
 
flipzmode
Old
#6  
flipzmode's Avatar
Recognized Developer
Thanks Meter 917
Posts: 1,325
Join Date: Jan 2009

 
DONATE TO ME
Quote:
Originally Posted by Kcarpenter
Topic 2---Can you guys tell me any down falls of Developing for the phone in Windows instead of Linux? or having my Phone rooted and using it to test?
The main thing you will find if you get in to deeper dev stuff like the kernel is that any utilities you want require linux or mac os. If you are only planning on making apps then you will be fine in windows.
Xylon - Nexus 4: 2.1.1b2 (Android 4.2.2)
Fresh Evo LTE: 5.3.1 (Android 4.0.4) || Fresh Evo 3d: 4.2.0 (Android 2.3.4) || Fresh Evo: 4.3.3
Fresh Shift: 4.1.1 (Android 2.3.3) || Fresh Hero: 2.4.0 (Android 2.1)

CDMA Android development and Fresh rom home: http://GeekFor.Me || Twitter

 
kmartburrito
Old
#7  
kmartburrito's Avatar
Senior Member
Thanks Meter 8
Posts: 679
Join Date: Mar 2006
Location: Denver, CO
Quote:
Originally Posted by flipzmode View Post
The main thing you will find if you get in to deeper dev stuff like the kernel is that any utilities you want require linux or mac os. If you are only planning on making apps then you will be fine in windows.
I agree, the plus side to developing in an IDE is that, save for the deeper diving stuff from a kernel standpoint, that developing in the IDE should make it as seamless as possible between environments. I'd personally do it in Windows until you get to a point where you think you need something from Linux (Linux FTW) and then either just run an Ubuntu box for a bit, or boot into a USB/Extra HDD based persistent Ubuntu installation where you can do the one-off stuff that comes up.

Or you can go to the darkside and abandon Windows altogether. MUAAHAAAHAA.
-Nathan
Sprint HTC Hero - Rooted
Sprint HTC Evo - Rooted
Sprint GS3 - Rooted

LITE Version:Full Version:

^^^Check out my first two of many Android apps, Decide 4 Me - LITE and Decide 4 Me in the market today, and please give me some good stars and comments if you like them!
 
Kcarpenter
Old
#8  
Kcarpenter's Avatar
Senior Member - OP
Thanks Meter 146
Posts: 3,348
Join Date: Nov 2009
Location: Clinton, TN
*GASP* Abandon Windows!?!?!?!?! HOW COULD YOU!...
A little over dramatic??

I like linux just as well, but I am lazy, linux is for someone willing to take an extra step
 
flipzmode
Old
#9  
flipzmode's Avatar
Recognized Developer
Thanks Meter 917
Posts: 1,325
Join Date: Jan 2009

 
DONATE TO ME
Or there's always running ubuntu in vmware if you don't want to make the switch.
Xylon - Nexus 4: 2.1.1b2 (Android 4.2.2)
Fresh Evo LTE: 5.3.1 (Android 4.0.4) || Fresh Evo 3d: 4.2.0 (Android 2.3.4) || Fresh Evo: 4.3.3
Fresh Shift: 4.1.1 (Android 2.3.3) || Fresh Hero: 2.4.0 (Android 2.1)

CDMA Android development and Fresh rom home: http://GeekFor.Me || Twitter


 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

One Stop Guide Shop for the Newbie and Dev

It’s been well established that XDA-Developers isthedestination for resources relating to … more

What Happened at Google I/O 2013 – XDA Developer TV

Unless you just emerged from a deep, dark, dank cavern under the Earth, you know … more

Forums Added for the LG Optimus G Pro and Sony Xperia Tablet Z

Not too long ago, we talked about how Sony was continuing its AOSP efforts on … more

Permanent Screen Off for the Visually Impaired

Most of us take the simple act of waking up our devices and having a quick glance at the … more