Actually my issue is quite definite, and not by any means critical.

I built a custom widget with a layout and a class.  For some reason I
made the class abstract.  Worked fine in the emulator.  Cost me a bit
of time to figure out why it kept crashing on my G1.

Apparently emulator will instantiate an abstract class into a layout
during         setContentView().  Device will not.

I was working with SDK 1.5 and (in desperation) went through the
update to 1.6 (I don't have a 2.x device yet so it didn't seem to make
sense to update my SDK that far).  The update did not fix the problem,
which was, after all, in my code.

Working on Ubuntu Linux with Eclipse 3.4.  The SDK update via Window/
Android SDK and APK Manager didn't work until I changed the flags on a
directory in /opt.  Annoying but also not critical.  Not related to
main problem.

I'm posting this in case it's news.  I'm happy to write a bug if it is.
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to