[android-beginners] Re: Android Getting started

2009-10-20 Thread Niamathullah sharief
yes i have done this. but i am confused in the fields of properties i dont know exactly what i have to give in that fieldsbut i reached that new android project windoow... On Tue, Oct 20, 2009 at 8:31 AM, Chaiyasit T chaiyasi...@gmail.com wrote: Hi Let's go to the file menu and other and

[android-beginners] Re: Android Getting started

2009-10-20 Thread Chaiyasit T
Hi Let's follow this guideline http://developer.android.com/guide/tutorials/hello-world.html On Tue, Oct 20, 2009 at 1:54 PM, Niamathullah sharief android...@gmail.comwrote: yes i have done this. but i am confused in the fields of properties i dont know exactly what i have to give in that

[android-beginners] Re: Android Getting started

2009-10-20 Thread Niamathullah sharief
yes i already tried this. in that i am the same error as command not found. i have set the path for android. see below *shar...@sharief-desktop:~/Desktop/SDK/android-sdk-linux_x86-1.5_r3/tools$ export PATH=$PATH:/home/sharief/Desktop/SDK/android-sdk-linux_x86-1.5_r3/tools/android

[android-beginners] Re: Android Getting started

2009-10-20 Thread Chaiyasit T
you're running on unix, so you have to always start with ./ ex: ./android On Tue, Oct 20, 2009 at 7:26 PM, Niamathullah sharief android...@gmail.comwrote: yes i already tried this. in that i am the same error as command not found. i have set the path for android. see below

[android-beginners] Re: Android Getting started

2009-10-20 Thread Agus
package is like the base namespace of your app On Sun, Oct 18, 2009 at 5:35 AM, Niamathullah sharief android...@gmail.comwrote: Hi i am new to android. I am having some doubt when i tried to do my first project in android. When i select new new project in eclipse. Is ask some details. In that

[android-beginners] Re: Android Getting started

2009-10-20 Thread Niamathullah sharief
yes i got it. But how this hello world program came? I didnt even typed or pasted it. Its predefined? On Tue, Oct 20, 2009 at 6:35 PM, Agus agus.sant...@gmail.com wrote: package is like the base namespace of your app On Sun, Oct 18, 2009 at 5:35 AM, Niamathullah sharief android...@gmail.com

[android-beginners] Re: Android Getting started

2009-10-19 Thread Niamathullah sharief
i tried to set the path. But it seems wrong shar...@sharief-desktop:~$ export PATH-$PATH:/home/sharief/Desktop/SDK/android-sdk-linux_x86-1.5_r3/tools/emulator bash: export:

[android-beginners] Re: Android Getting started

2009-10-19 Thread Niamathullah sharief
I think i set the path correctly..now i am getting another error shar...@sharief-desktop:/bin$ locate emulator -avd sharief locate: invalid option -- 'a' shar...@sharief-desktop:/bin$ what to do?help me please On Mon, Oct 19, 2009 at 12:46 PM, Niamathullah sharief android...@gmail.com wrote:

[android-beginners] Re: Android Getting started

2009-10-19 Thread Chaiyasit T
On unix context, you must type all commands by starting with ./ Ex: ./emulaltor -avd sharief www.codemoibiles.com Regards + Thanks On Mon, Oct 19, 2009 at 2:47 PM, Niamathullah sharief android...@gmail.comwrote: I think i set the path correctly..now i am getting another error

[android-beginners] Re: Android Getting started

2009-10-19 Thread Niamathullah sharief
if i type that command i am getting the following error message.. *shar...@sharief-desktop:~/Desktop/SDK/android-sdk-linux_x86-1.5_r3$ ./emulaltor -avd sharief bash: ./emulaltor: No such file or directory shar...@sharief-desktop:~/Desktop/SDK/android-sdk-linux_x86-1.5_r3$* what to do? On Mon,

[android-beginners] Re: Android Getting started

2009-10-19 Thread Chaiyasit T
Sorry I typed emulator wrong. let's type this: *./emulator -avd sharief* Note: Let's be sure you already change directory to this emulator command like ../tools/... Regards + Thanks On Mon, Oct 19, 2009 at 3:10 PM, Niamathullah sharief android...@gmail.comwrote: if i type that command i am

[android-beginners] Re: Android Getting started

2009-10-19 Thread Niamathullah sharief
oops...me too didnt see that. yes i already changed the directory. for your kind reference i will the exact path of my emulator */home/sharief/Desktop/SDK/android-sdk-linux_x86-1.5_r3/path/* i used the following command to set the path * * *export

[android-beginners] Re: Android Getting started

2009-10-19 Thread Chaiyasit T
you typed the wrong command let's change *emulaltor -- ./emulator* On Mon, Oct 19, 2009 at 3:20 PM, Niamathullah sharief android...@gmail.comwrote: oops...me too didnt see that. yes i already changed the directory. for your kind reference i will the exact path of my emulator

[android-beginners] Re: Android Getting started

2009-10-19 Thread Niamathullah sharief
See this. Still i am getting the same error message even when i changed as ./emulator *shar...@sharief-desktop:~/Desktop/SDK/android-sdk-linux_x86-1.5_r3$ export PATH=${PATH}:/home/sharief/Desktop/SDK/android-sdk-linux_x86-1.5_r3/tools/./emulator

[android-beginners] Re: Android Getting started

2009-10-19 Thread Chaiyasit T
could you show the path you typed this command in to me? just pwd ex: Last login: Mon Oct 19 20:48:07 on ttys000 MacBook-2:~ admin$ pwd /Users/admin MacBook-2:~ admin$ cd /app/android-sdk-mac_x86-1.5_r3/tools MacBook-2:tools admin$ pwd /app/android-sdk-mac_x86-1.5_r3/tools MacBook-2:tools admin$

[android-beginners] Re: Android Getting started

2009-10-19 Thread Niamathullah sharief
yes thank you chaiyasit. Its working fine now.. Thank you On Mon, Oct 19, 2009 at 2:43 PM, Chaiyasit T chaiyasi...@gmail.com wrote: could you show the path you typed this command in to me? just pwd ex: Last login: Mon Oct 19 20:48:07 on ttys000 MacBook-2:~ admin$ pwd /Users/admin

[android-beginners] Re: Android Getting started

2009-10-19 Thread Niamathullah sharief
ok. shall i know how to bring this emulator in eclipse? Can anyone help me... On Mon, Oct 19, 2009 at 11:57 PM, Niamathullah sharief android...@gmail.com wrote: yes thank you chaiyasit. Its working fine now.. Thank you On Mon, Oct 19, 2009 at 2:43 PM, Chaiyasit T

[android-beginners] Re: Android Getting started

2009-10-19 Thread Jeffrey Blattman
http://developer.android.com/guide/developing/eclipse-adt.html On 10/19/09 7:20 PM, Niamathullah sharief wrote: Please Can one help me to get start in eclipse. I already installed adt plugin in aclipse. after that what ahouls i do? Please help me to solve this problem.

[android-beginners] Re: Android Getting started

2009-10-19 Thread Niamathullah sharief
yes i already followed this all steps in new project wizard which has 4 steps. After that only i dont know what to do. On Tue, Oct 20, 2009 at 7:52 AM, Jeffrey Blattman jeffrey.blatt...@gmail.com wrote: http://developer.android.com/guide/developing/eclipse-adt.html On 10/19/09 7:20 PM,

[android-beginners] Re: Android Getting started

2009-10-19 Thread Chaiyasit T
Let's get to the eclipse' preference and open android tree tab, you will the android sdk installation path setup, let's fill-in the path. you have to create a new avd too, have you created it yet? regards + thanks On Tue, Oct 20, 2009 at 9:41 AM, Niamathullah sharief android...@gmail.comwrote:

[android-beginners] Re: Android Getting started

2009-10-19 Thread Niamathullah sharief
yes i already done this and created the new avd.. after that only i am confused On Tue, Oct 20, 2009 at 8:16 AM, Chaiyasit T chaiyasi...@gmail.com wrote: Let's get to the eclipse' preference and open android tree tab, you will the android sdk installation path setup, let's fill-in the

[android-beginners] Re: Android Getting started

2009-10-19 Thread Chaiyasit T
Hi Let's go to the file menu and other and select android project. note: here is my website, if you need to run emulator directly without depedning eclipse, try here http://www.codemobiles.com/forum/viewtopic.php?t=15 regards + thanks On Tue, Oct 20, 2009 at 9:55 AM, Niamathullah sharief

[android-beginners] Re: Android Getting started

2009-10-18 Thread Mark Murphy
Niamathullah sharief wrote: Hi i am new to android. I am having some doubt when i tried to do my first project in android. When i select new new project in eclipse. Is ask some details. In that i saw one option called package name..I don't know what to give in that field. Can anyone help me.

[android-beginners] Re: Android Getting started

2009-10-18 Thread Niamathullah sharief
Ok...I am using UBUNTU distribution. In that when i try to start an emulator i am getting the following error.. shar...@sharief-desktop:~/Desktop/SDK/android-sdk-linux_x86-1.5_r3/tools$ emulator -avd sharief bash: emulator: command not found can anyone tell me why it happens? On Sun, Oct 18,

[android-beginners] Re: Android Getting started

2009-10-18 Thread Jeffrey Blattman
that means the emulator isn't in your path. add $ANDROID_HOME/tools to your path. On 10/18/09 8:22 PM, Niamathullah sharief wrote: Ok...I am using UBUNTU distribution. In that when i try to start an emulator i am getting the following error..

[android-beginners] Re: Android Getting started

2009-10-18 Thread Niamathullah sharief
sorry jeffey. I am novice. Could you please tell me how to set the path? Could you please explain me in detail? On Mon, Oct 19, 2009 at 8:54 AM, Jeffrey Blattman jeffrey.blatt...@gmail.com wrote: that means the emulator isn't in your path. add $ANDROID_HOME/tools to your path. On 10/18/09

[android-beginners] Re: Android Getting started

2009-10-18 Thread Jeffrey Blattman
http://www.linuxheadquarters.com/howto/basic/path.shtml On 10/18/09 8:26 PM, Niamathullah sharief wrote: sorry jeffey. I am novice. Could you please tell me how to set the path? Could you please explain me in detail? On Mon, Oct 19, 2009 at 8:54 AM, Jeffrey Blattman

[android-beginners] Re: Android Getting started

2009-10-18 Thread Niamathullah sharief
OK. and another one is, i have installed eclipse on my system. is this another way to start an android?if yes i have created ADT plugin in eclipse. now how to start an emulator in eclipse? On Mon, Oct 19, 2009 at 8:58 AM, Jeffrey Blattman jeffrey.blatt...@gmail.com wrote:

[android-beginners] Re: Android Getting started

2009-10-18 Thread Jeffrey Blattman
if you "run asandroid app" in eclipse, it will start the emulator, deploy your app, and run it. On 10/18/09 8:34 PM, Niamathullah sharief wrote: OK. and another one is, i have installed eclipse on my system. is this another way to start an android?if yes i have created ADT plugin in eclipse.

[android-beginners] Re: Android Getting started

2009-10-18 Thread Niamathullah sharief
No jeffrey. There is no android app in Run as.. On Mon, Oct 19, 2009 at 9:07 AM, Jeffrey Blattman jeffrey.blatt...@gmail.com wrote: if you run asandroid app in eclipse, it will start the emulator, deploy your app, and run it. On 10/18/09 8:34 PM, Niamathullah sharief wrote: OK. and