[android-beginners] Re: Creating an AVD

2009-10-06 Thread kapnkore
why dont you try to create avd from IDE only.? On Mon, Oct 5, 2009 at 8:45 AM, Trina wrote: > > Hi, > > I am using Vista. I have been trying to create an AVD, but have had > little success. In my directory I go to android-sdk-windows-1.6_r1/ > tools. I then open the android application which b

[android-beginners] Re: Creating an avd?

2009-07-16 Thread Yusuf T. Mobile
Sure, depending on what floats your boat, here is a useful set of video tutorials: http://eclipsetutorial.sourceforge.net/totalbeginner.html and here is the screenshot flava: https://eclipse-tutorial.dev.java.net/eclipse-tutorial/part1.html Yusuf Saib Android ·T· · ·Mobile· stick together The v

[android-beginners] Re: Creating an avd?

2009-07-16 Thread Elena Schnizer
I would suggest you this one: http://eclipsetutorial.sourceforge.net/ Good luck :-) Elena 2009/7/15 stephen rigg > Thank yu sooo much for yur assistance. Everything went smoothly. > One last request cn yu snd me a link of a website, that can show me how to > use eclipse bcuz the android develop

[android-beginners] Re: Creating an avd?

2009-07-15 Thread stephen rigg
Thank yu sooo much for yur assistance. Everything went smoothly. One last request cn yu snd me a link of a website, that can show me how to use eclipse bcuz the android developer website is a little complicated for a beginner On Jul 14, 2009 7:54 PM, "Yusuf T. Mobile" wrote: Did you send this v

[android-beginners] Re: Creating an avd?

2009-07-14 Thread Yusuf T. Mobile
Did you send this via twitter? I'm not perceptive enough to grasp what is happening in your description, but I recently wrote up an extended set of steps, including with regards to the AVD. I hope it helps. How to install the Android SDK in two dozen or so easy steps (based on http://developer.a

[android-beginners] Re: creating an avd

2009-07-02 Thread zoerb
You can actually use the Android Virtual Device Manager from Eclipse if you have the android plugin installed. Just go to Window -> Android AVD Manager. Or, click on the icon that looks like a phone in the toolbar. From there you can create AVD's. On Jun 30, 3:56 pm, Paul Turchenko wrote: > W

[android-beginners] Re: creating an avd

2009-07-02 Thread ain
Well i discovered what the issue was that prevent eclipse from creating the workspace folders and android SDK from creating the avd. well all these folders were under C:\Documents and Settings\Sam\ and apparently I did not have permission to change anything in the folders, i could create folders b

[android-beginners] Re: creating an avd

2009-07-02 Thread David Turner
The command tries to create the file C:\Documents and Settings\Sam\.android\avd\helloIan.ini which contains the AVD's configuration. The error reported is a bit strange but could be implied by the fact that the directory .android or .android\avd could not be created in your HOME directory (which sh

[android-beginners] Re: creating an avd

2009-07-01 Thread Thush
There are two ways to create an AVD: 1. Use Eclipse plugin Goto Window->Android AVD Manager and fill out necessary fields in Create AVD section. 2. Use the Android command (android.bat is in Tools folder) android create avd --target 2 --name my_avd Good luck! Thushan On Jun 30, 1:05 am, ai

[android-beginners] Re: creating an avd

2009-07-01 Thread Mike Wolfson
Eclipse lives entirely in the folder you initially installed it to (meaning the folder you unzipped the download to - in my case it is C: \Eclipse). Your eclipse projects live in a different directory (this is unique to each machine, so there would be no way to tell what it might be on your own m

[android-beginners] Re: creating an avd

2009-06-30 Thread ain
I was following the instructions in the development portion from the adroid website. New Question how do i delete eclipse and all the associated files On Jun 30, 3:56 pm, Paul Turchenko wrote: > Why do you need to use command line to create adv? Is there any > particular reason for that? > > On

[android-beginners] Re: creating an avd

2009-06-30 Thread Paul Turchenko
Why do you need to use command line to create adv? Is there any particular reason for that? On Jun 30, 10:42 pm, ain wrote: > There is its for creating an android virtual device. > go tohttp://developer.android.com/guide/developing/tools/avd.html --~--~-~--~~~---~--~-

[android-beginners] Re: creating an avd

2009-06-30 Thread ain
There is its for creating an android virtual device. go to http://developer.android.com/guide/developing/tools/avd.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this grou

[android-beginners] Re: creating an avd

2009-06-30 Thread Tony Su
I don't think there is such thing as an AVD utility, at least there isn't such a thing in my SDK. Tony - Original Message - From: ain Sent: Mon, 6/29/2009 10:05pm To: Android Beginners Subject: [android-beginners] creating an avd Ihave looked around on the internet for a solution to