Take the comma out of the string so that
   tv.setText("Hello, Android");
becomes
   tv.setText("Hello Android");

On Jan 3, 6:00 pm, OpaSmurf <opasmur...@gmail.com> wrote:
> I got past the emulator warning by building from the command line but
> the page at:http://guide/developing/building/building-cmdline.html
> fails to load so finding the correct commands to issue is a
> challenge.
>
> I have twice built/installed the project but have beenunableto
> restart.
>
> Perhaps this will be helpful:
>
> opa@opa-desktop:~$ android -vcreateproject -n HelloAndroid2 -t 1 -k
> my.namespace4 -a  HelloAndroid2activity -p workspace2/HelloAndroid2
> #Edit created starup as per:http://developer.android.com/resources/
> tutorials/hello-world.html
> opa@opa-desktop:~/workspace2/HelloAndroid2$ ant debug
> opa@opa-desktop:~/workspace2/HelloAndroid2$ android avd &
> #Create, select, start, and launch avd (android virtual device)
> opa@opa-desktop:~/android-sdk-linux/platform-tools$ adb install ~/
> workspace2/HelloAndroid2/bin/HelloAndroid2-debug.apk
>
> On Jan 1, 10:25 am, Janish Aggarwal <janish...@gmail.com> wrote:
>
>
>
> > I am also getting the same response.Unableto run the code. Please
> > help anyone!- Hide quoted text -
>
> - Show quoted text -

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to