Hey Mark, I moved the png into the respective folders and it works fine. Thanks for you help.
Oh, side note, that zip was imported and installed and run fine on 3 different machines. Not sure the issue you are mentioning about my "dead simple project". I and others had zero issues running on 2.2 emulators and devices??? Cheers. joe On Jan 7, 12:14 pm, Mark Murphy <[email protected]> wrote: > On Fri, Jan 7, 2011 at 12:36 PM, Joe McCann <[email protected]> wrote: > > In a nutshell, I have/am trying to create reusable UI components in > > XML. I created a dead simple project that only fires an activity to > > show the UI. > > Your "dead simple project" will not run on any version of Android, due > to a typo in your manifest. > > Also, on the Android 2.3 emulator, your "dead simple project" crashes > immediately with a "bitmap size exceeds VM budget". > > Your problem can be solved by removing your recycle() call and putting > your background PNG into the appropriate resource sets (drawable-ldpi, > drawable-mdpi, drawable-hdpi). This has a side benefit of allowing > your application to run on Android 2.3. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > Warescription: Three Android Books, Plus Updates, One Low Price! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

