Go Back   Android Forums > Android Development > Application Development

Application Development Dev Lounge for the Coder Folks



Reply
 
LinkBack Thread Tools
Old March 16th, 2010, 08:04 PM   #1 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: texas
Posts: 52
 
Device(s): g1 cyanogen mod
Thanks: 5
Thanked 0 Times in 0 Posts
Default how to run sdk set up windows 7?

so im a newbie but want to learn, got my own app ideas in mind. But i have windows 7 so does that mean i cant make apps????

keep it in laymans terms please. Thanks alot.

south69_dallas is offline  
Reply With Quote
Sponsors
Old March 16th, 2010, 08:13 PM   #2 (permalink)
Junior Member
 
Join Date: Aug 2008
Posts: 23
 
Device(s):
Thanks: 0
Thanked 8 Times in 7 Posts
Default

Download Eclipse and the android sdk. Here is the link and steps on how to do it. I'm building android apps in Windows 7.

Installing the SDK | Android Developers
jon21569 is offline  
Reply With Quote
The Following User Says Thank You to jon21569 For This Useful Post:
south69_dallas (May 9th, 2010)
Old May 8th, 2010, 08:33 PM   #3 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: texas
Posts: 52
 
Device(s): g1 cyanogen mod
Thanks: 5
Thanked 0 Times in 0 Posts
Default

everything is downloaded but the elcipse cant find java???
south69_dallas is offline  
Reply With Quote
Old May 9th, 2010, 04:23 AM   #4 (permalink)
Member
 
powell's Avatar
 
Join Date: Aug 2009
Location: PL
Posts: 160
 
Device(s): HTC Magic, HTC Desire, HTC Sensation, Samsung Galaxy S, Samsung Galaxy Tab 7''
Thanks: 13
Thanked 100 Times in 48 Posts
Default

You must install Java JDK separately. If you are new to the Android development and want to start, read this:

Installing the SDK | Android Developers

By the way - Windows 7 is fine for Android development, I use both versions (64 bit and 32 bit) and it works great.



__________________
Regards,
powell

( Gemini Calendar on Android Market, http://mobilepaprika.com , see YouTube )
powell is offline  
Reply With Quote
The Following User Says Thank You to powell For This Useful Post:
south69_dallas (May 9th, 2010)
Old May 9th, 2010, 01:14 PM   #5 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: texas
Posts: 52
 
Device(s): g1 cyanogen mod
Thanks: 5
Thanked 0 Times in 0 Posts
Default

what version of eclipse and the java jdk do i need? ive read the developer guide and are still having problems. everything is in my documents folder.
south69_dallas is offline  
Reply With Quote
Old May 9th, 2010, 02:04 PM   #6 (permalink)
Junior Member
 
Join Date: Apr 2010
Posts: 86
 
Device(s):
Thanks: 0
Thanked 16 Times in 15 Posts
Default

I recommend Eclipse version 3.5.2 and JDK 6 Update 20.
Boogs is offline  
Reply With Quote
The Following User Says Thank You to Boogs For This Useful Post:
south69_dallas (May 9th, 2010)
Old May 9th, 2010, 03:10 PM   #7 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: texas
Posts: 52
 
Device(s): g1 cyanogen mod
Thanks: 5
Thanked 0 Times in 0 Posts
Default

is this the right one? Eclipse downloads - mirror selection ? and i got eclipse running now....so im heading back to the developer guide thanks! il prob be back though with more questions
south69_dallas is offline  
Reply With Quote
Old May 9th, 2010, 03:53 PM   #8 (permalink)
Junior Member
 
Join Date: Dec 2009
Posts: 32
 
Device(s): Samsung Moment
Thanks: 1
Thanked 2 Times in 2 Posts
Default

I wrote a little guide a while back (Setting Up Android Development With Eclipse IDE on Windows 7 64 bit | Frank Montanaro)
But it's all derived from all the guides on android developers resources.
Th3sandm4n is offline  
Reply With Quote
The Following User Says Thank You to Th3sandm4n For This Useful Post:
south69_dallas (May 9th, 2010)
Old May 9th, 2010, 05:49 PM   #9 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: texas
Posts: 52
 
Device(s): g1 cyanogen mod
Thanks: 5
Thanked 0 Times in 0 Posts
Default

That's a great guide thanks! I got everything set up and the platforms downloaded as well, I'm goin to start the hello world tutorial. Does anyone know of a site or guide for coding? As you've prob noticed I have no exp in any of this, the most tech involved thing I've done is rooting my g1. Again thanks for all and any responses and anything about coding wld be great!
south69_dallas is offline  
Reply With Quote
Old May 9th, 2010, 06:54 PM   #10 (permalink)
Junior Member
 
Join Date: Dec 2009
Posts: 32
 
Device(s): Samsung Moment
Thanks: 1
Thanked 2 Times in 2 Posts
Default

You'll need to know some Java, so just read up on that. Don't try to start too big or you get overwhelmed and don't really learn anything. Once you understand the fundamentals then javadocs will be your best friend.
Th3sandm4n is offline  
Reply With Quote
The Following User Says Thank You to Th3sandm4n For This Useful Post:
south69_dallas (May 9th, 2010)
Sponsors
Old May 9th, 2010, 09:22 PM   #11 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: texas
Posts: 52
 
Device(s): g1 cyanogen mod
Thanks: 5
Thanked 0 Times in 0 Posts
Default

Do i need to read up on c before java? or java is good? and what are the java docs?
south69_dallas is offline  
Reply With Quote
Old May 9th, 2010, 10:38 PM   #12 (permalink)
Junior Member
 
Join Date: Dec 2009
Posts: 32
 
Device(s): Samsung Moment
Thanks: 1
Thanked 2 Times in 2 Posts
Default

Well, Android is Java, so if you're going to start might as well do that one. I first learned on Java, so I can't really comment on starting other languages, but once you know one it's not that hard to learn others.
Javadocs are just documentation on java. I was referring to just documentation in general.
Th3sandm4n is offline  
Reply With Quote
Old May 9th, 2010, 11:12 PM   #13 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: texas
Posts: 52
 
Device(s): g1 cyanogen mod
Thanks: 5
Thanked 0 Times in 0 Posts
Default

Have you done many apps? And how hard was it too learn? Any books or websites u recomend. I just googled it so guess I'll go from there.
south69_dallas is offline  
Reply With Quote
Old May 9th, 2010, 11:47 PM   #14 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: texas
Posts: 52
 
Device(s): g1 cyanogen mod
Thanks: 5
Thanked 0 Times in 0 Posts
Default

idk how people do it....this is frustrating ugh! lol. so im stuck on creating an avd. The command line in the sdk file does nothing. Again thanks for everyone replying. Il be back tomm took the day off to learn this, least i finally finished most up set up
south69_dallas is offline  
Reply With Quote
Old May 9th, 2010, 11:50 PM   #15 (permalink)
Junior Member
 
Join Date: Dec 2009
Posts: 32
 
Device(s): Samsung Moment
Thanks: 1
Thanked 2 Times in 2 Posts
Default

I've only done one app, but it's like a hobby. I program for a living, so usually I don't feel like doing it when I'm off work. I learned what I know in college, so I don't have any websites I learned off of really, but google was important while in school. The first book I actually learned the fundamentals was an ebook that I don't remember the name of, but it just had the very basic stuff which I'm sure you can get in a lot of beginner books. Like I said though, it's not going to come easy, don't expect to output something great right off the bat.
Th3sandm4n is offline  
Reply With Quote
Old May 10th, 2010, 01:11 AM   #16 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: texas
Posts: 52
 
Device(s): g1 cyanogen mod
Thanks: 5
Thanked 0 Times in 0 Posts
Default

sigh i was afraid ud say that lol but ok cool
south69_dallas is offline  
Reply With Quote
Old May 10th, 2010, 02:49 PM   #17 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: texas
Posts: 52
 
Device(s): g1 cyanogen mod
Thanks: 5
Thanked 0 Times in 0 Posts
Default

do i need to create an avd before the android command line responds to anything i do? it wont even show any text i type into it??? it says starting android sdk and avd manager. no command line parameters provded, launching ui. See androdid --help' for operation from command line but i cant find that in any file ether to refrence
south69_dallas is offline  
Reply With Quote
Old May 13th, 2010, 04:00 AM   #18 (permalink)
New Member
 
Join Date: Feb 2009
Posts: 4
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by south69_dallas View Post
do i need to create an avd before the android command line responds to anything i do? it wont even show any text i type into it??? it says starting android sdk and avd manager. no command line parameters provded, launching ui. See androdid --help' for operation from command line but i cant find that in any file ether to refrence
Hey buddy, Im new at this as well. When I first started the hello world example, I didn't have to do any command line stuff. I followed the instructions where it said

In Eclipse, choose Window > Android SDK and AVD Manager.
Select Virtual Devices in the left panel.
Click New.
The Create New AVD dialog appears.

Type the name of the AVD, such as "my_avd".

I ignored everything else and then just pressed create. After I built the program and clicked Run or "ctrl+ f11" the virtual devices started by itself.
d2marc is offline  
Reply With Quote
Reply

Bookmarks


Go Back   Android Forums > Android Development > Application Development User CP
Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Support Update without Windows admin account or Windows PC? Sirgeekalot Sony Ericsson Xperia X10 6 November 17th, 2010 03:59 AM
Run windows 3.1 altimax98 Motorola Droid 5 May 16th, 2010 08:58 AM
Support HTC Magic and Windows Vista/Windows 7 thorsen HTC Magic 6 March 6th, 2010 04:17 AM
Thoughts on Windows phones; Coming from Windows Mobile to Android Eris aleis HTC Droid Eris 10 February 15th, 2010 03:14 PM



All times are GMT -5. The time now is 01:26 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo


SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.