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




