[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. 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 target selected,
  proper Android.jar will added to your project.

  Also checkhttp://developer.android.com/guide/developing/tools/avd.html

  On May 4, 7:49 am, weird0 amiredi...@gmail.com wrote:

   Hi!! I am working on the android platform. Prior to installing it on
   my PC, i was coding on  my laptop. The environment was ready and
   everything was going okay. I am unable to create a new project on  my
   PC.

   When I select Start- New Project. The window opens.

   It has a red mark along with cross sign that says An SDK target must
   be specified, upon specifying the project nam.

   Along with that, it also has two additional textboxes on the bottom
   that say(never seen before):

   Create Activity
   Min SDK version

   When i run the command 'adb' on the emulator to see whether android
   has been installed properly, they work A-okay.

   So why am I getting these kind of errors. I tried to re-install the
   API several times but cant seem to figure out what is the problem.

   Would some-one suggest what is the problem?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Snake on Image

2009-05-05 Thread Wujo

On May 4, 9:45 am, vineeth Desai vineeth.desa...@gmail.com wrote:
 Raphael,
  This already I tried. It didnt work for me. I am trying this for smaple
 game snake in Android SDK. Please let us know the solution. I am blocked
 with other developments.

 Warm Regards,
 Sunil


There is no way it doesn't work. Just simply put :

ImageView android:src=@drawable/menu_background
android:layout_width=fill_parent
android:layout_height=fill_parent
/ImageView

into your layout .xml, and of course store menu_background file in
drawable dir.
BR,
Rafal

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