Re: [android-developers] Live Wallpaper Crashing

2010-03-29 Thread Dianne Hackborn
It would help to include the stack crawl of the crash. On Sun, Mar 28, 2010 at 1:19 PM, Ryan ryan.ber...@gmail.com wrote: When I click my live wallpaper, it crashes. I can't see what is wrong. Here is my code. package com.puinyuu.umasaka; import android.graphics.Bitmap; import

[android-developers] Live Wallpaper Crashing

2010-03-28 Thread Ryan
When I click my live wallpaper, it crashes. I can't see what is wrong. Here is my code. package com.puinyuu.umasaka; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.content.res.Resources; import android.os.Handler; import