[android-beginners] how to install application to G1

2009-04-24 Thread gandor
Hi, I have an android application which I want to try out on real device. In the G1 settings USB debug is enabled connected the device using usb started play button in eclipse which has ADT plugin installed I only see the emulator being launched. What step I am missing so that the real device

[android-beginners] Low Memory: No more background processes.

2009-04-24 Thread balu
Hi, I am working on openGles with seven images displayed on the screen. I am translating the position of these seven images on a button click .So it is drawing every time it seems. But, after sometime all the images are getting disappeared then I've checked in the logcat I found this

[android-beginners] Re: Low Memory: No more background processes.

2009-04-24 Thread balu
On Apr 24, 4:28 pm, Mark Murphy mmur...@commonsware.com wrote: balu wrote: Hi, I am working on openGles with seven images displayed on the screen. I am translating the position of these seven images on a button click .So it is drawing every time it seems. But, after sometime all

[android-beginners] Re: ImageView Listener

2009-04-24 Thread Oliver M. Batista
Hi Jack, well you guess right. It's a board game so I use the same drawable/image at the begining. The layout is this basically, squares using the same image. Can't I use the same image all over my game? Sorry don't send you the layout file it's because i'm writing from work =P thanks 2009/4/23

[android-beginners] Re: error inflating xml layout file

2009-04-24 Thread Romain Guy
It HAS to be a static class to be internal and publicly accessible. The problem is that it does not provide the right constructor. It looks like the class is not an internal class but declared in XML as an internal class. On Wed, Apr 22, 2009 at 9:25 AM, Mark Murphy mmur...@commonsware.com

[android-beginners] Re: error inflating xml layout file

2009-04-24 Thread Romain Guy
And if it's a top-level class, the static is indeed unnecessary. But the class= attribute in XML should not have a $ anywhere in hte value. On Fri, Apr 24, 2009 at 5:11 AM, Romain Guy romain...@google.com wrote: It HAS to be a static class to be internal and publicly accessible. The problem is

[android-beginners] installing 1.5 and eclipse

2009-04-24 Thread dashman
i downloaded 1.5 (windows) and extracted the files. then in eclipse, i tried to point to the new .jar file and after giving it the folder name - it says file not found. i did note that when the sdk expanded it created a folder named platforms and then android 1.1 and 1.5 children. when in

[android-beginners] Re: installing 1.5 and eclipse

2009-04-24 Thread Jack Ha (T-Mobile USA)
Are you trying to set the value of the SDK Location field in Android Preferences? If that's the case, you need to set it to C:\android-sdk- windows-1.5_pre as it is the location where you installed the 1.5 SDK. -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The views,

[android-beginners] Re: installing 1.5 and eclipse

2009-04-24 Thread dashman
if i do that, eclipse tells me that the android.jar file is not found. that file actually is in the platforms\android-1.5 sub-folder --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post

[android-beginners] Re: installing 1.5 and eclipse

2009-04-24 Thread Xavier Ducrohet
It sounds like you're still using ADT 0.8 To use the 1.5 SDK, ADT 0.9 is required. Xav On Fri, Apr 24, 2009 at 5:12 PM, dashman erjdri...@gmail.com wrote: if i do that, eclipse tells me that the android.jar file is not found. that file actually is in the platforms\android-1.5 sub-folder

[android-beginners] Re: installing 1.5 and eclipse

2009-04-24 Thread dashman
i checked eclipse installed software and i have ADT 0.8.0.v200809220836-110569 installed. when i try to update - it says none available. also, the docs that come with 1.5 SDK say that if you have 0.8 - no update is necessary. i'm stumped - i could not be the only one having this problem.

[android-beginners] Re: installing 1.5 and eclipse

2009-04-24 Thread Mark Murphy
dashman wrote: i checked eclipse installed software and i have ADT 0.8.0.v200809220836-110569 installed. when i try to update - it says none available. I am no Eclipse user, but the documentation says you need to uninstall 0.8 and install 0.9:

[android-beginners] API support in Android

2009-04-24 Thread mozaal
Hi, I am new to Android/ Java programming world. I am trying to figure out the relationship between API (JSR) supported in Java vs Android. Can any one guide me how can I find it. Chao, --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] Re: installing 1.5 and eclipse

2009-04-24 Thread dashman
thanks guys. i just downloaded the SDK and followed the instructions in the SDK. looks like the download page had required info - my bad! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group.

[android-beginners] Cupcake version 1.5 to firmware update on phone

2009-04-24 Thread Venkatarangan MJ
Does anyone has a good reference of the exact procedure from downloading say Android SDK cupcake version 1.5, building it and finally updating the T G1 Mobile? There are some references like but still may not be very clear to new ones. http://forum.xda-developers.com/showthread.php?t=462512 I

[android-beginners] Infinite Error: I fixed Failed to find an AVD compatible, only to get ERROR: unknown virtual device name

2009-04-24 Thread Andrex
I've been developing for android since the first SDK came out, and have downloaded every early preview one after that- m3, m5, 0.9, 1.0, 1.1, and now the 1.5pre. This latest one is the only one to give me trouble. When I first tried to launch a simple program, the error Failed to find an AVD