Hi
I am finally testing my application on a G1 and even though it works
fine on the emulator, it crashes on the G1
it crashes when it does:
setContentView(R.layout.mylayout);
the xml is fairly simple:
<com.google.android.myproject.myView
android:id="@+id/testid"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
</com.google.android.babel.myView>
and the view is defined like this:
public class myView extends SurfaceView implements
SurfaceHolder.Callback
{
}
Has anybody found a similar problem?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---