[android-beginners] Re: Installing the android SDK on my new PC

2009-08-13 Thread Thomas B
I cannot right click the project to adjust its target, because the lack of target prevents me from creating a project in the first place. The link above recommends I go to my SDK tools directory, but I do not know where my SDK tools directory is. My eclipse directory only contains: about_files

[android-beginners] Re: Installing the android SDK on my new PC

2009-07-30 Thread Homer W
I am using MAC OS X 10.4 Tiger Eclipse-java-galileo-macosx-carbon I had this problem and fixed it. Go to Eclipse - Preferences - Android Set the SDK location to android-sdk-mac_x86-1.5_r3 Now the three targets appears. I think as long as the path contains the tools/ directory, then it works.

[android-beginners] Re: Installing the android SDK on my new PC

2009-06-08 Thread Troy Borja
Did the same procedre Windows-Preferences-Android and selected the directory for 1.5. The 3 build targets showed, but when building a New Android project the SDK target list choices are still empty. On May 28, 3:04 pm, SarahEZiegler sarah.e.zieg...@gmail.com wrote: I was having this problem too

[android-beginners] Re: Installing the android SDK on my new PC

2009-06-08 Thread Yusuf T. Mobile
You also need to set up the Run Configuration. One way to do this is by right-clicking on the project in the left pane, and selecting Run As - Run Configurations. In left side of the resultant popup dialog, click on the little icon for new launch configuration (you will find it above where it

[android-beginners] Re: Installing the android SDK on my new PC

2009-05-28 Thread SarahEZiegler
I was having this problem too and followed another thread to this solution: I've selected the android sdk directory in Windows-preferences- android So I went and selected the android SDK directory in Windows- preferences- android and then went back and tried to start a new project again and now

[android-beginners] Re: Installing the android SDK on my new PC

2009-05-14 Thread Raphael
On Tue, May 12, 2009 at 2:38 PM, Johan Degraeve johan.degra...@gmail.com wrote: I'm having the same problem on a Mac : when trying to create a new android project there's an error message on top 'An SDK Target must be specified'. The project wizard should have a list with 3 SDK targets to

[android-beginners] Re: Installing the android SDK on my new PC

2009-05-13 Thread Johan Degraeve
I'm having the same problem on a Mac : when trying to create a new android project there's an error message on top 'An SDK Target must be specified'. This link about android virtual devices doesn't tell me what to do. Could someone help ? thanks, On 6 mei, 09:40, Kent Yip yes...@gmail.com

[android-beginners] Re: Installing the android SDK on my new PC

2009-05-06 Thread Wujo
Look at the link given by swarup. You choose target by putting proper command in prompt. You don't have to set anything in IDE. On May 5, 4:32 am, TheSamurai travis.lewi...@gmail.com wrote: Where do we choose the SDK target? I'm new to Eclipse... IDE's are a PITA 'til you get used to them.

[android-beginners] Re: Installing the android SDK on my new PC

2009-05-06 Thread Kent Yip
in eclipse go to package explorer, then right click the project u r working on and select properties. on the left handside of dialog box select android, then at project build target select one platform u want then click apply then click ok now build or run the project On May 6, 2009 12:08 AM,

[android-beginners] Re: Installing the android SDK on my new PC

2009-05-05 Thread TheSamurai
Where do we choose the SDK target? I'm new to Eclipse... IDE's are a PITA 'til you get used to them. Thanks in advance. On May 4, 1:29 am, swarup me.s...@gmail.com wrote: SDK 1.5 supports 3 different targets: 1.1, 1.5, Google APIs. you need to choose one for creating a project, based on the

[android-beginners] Re: Installing the android SDK on my new PC

2009-05-03 Thread swarup
SDK 1.5 supports 3 different targets: 1.1, 1.5, Google APIs. you need to choose one for creating a project, based on the target selected, proper Android.jar will added to your project. Also check http://developer.android.com/guide/developing/tools/avd.html On May 4, 7:49 am, weird0