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
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!
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.
The Following User Says Thank You to Th3sandm4n For This Useful Post:
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.
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
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.
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
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.