Re: [android-developers] trouble processing java/lang/Object.class

2010-01-19 Thread Sébastien Canart
On Jan 19, 2010 7:06 PM, JJS jjsans...@gmail.com wrote: I received the following message and found several others who had seen it but no solution. So I have included how I finally fixed it. (I'm using Eclipse version 3.4.2 and Android 1.5.) trouble processing java/lang/Object.class:

Re: [android-developers] Live Wallpaper Tutorial

2010-01-12 Thread Sébastien Canart
There is an example in the sample directory of the SDK: CubeLiveWallpaper. Just start it like others applications and you should be able to set the live wallpaper. On Tue, Jan 12, 2010 at 1:59 PM, TjerkW tje...@gmail.com wrote: Android 2.1 has API support for creating live wallpapers. This

Re: [android-developers] Re: Debugging on mobile

2009-12-28 Thread Sébastien Canart
Did you have set your application as debuggable ? In the AndroidManifest.xml, for the application : android:debuggable=true On Sun, Dec 27, 2009 at 6:44 PM, LeGeNDuS legen...@gmail.com wrote: Yes I have done it, but it doesn't work, it only stops on the breakpoints when I use the emulator, but