Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine
LogCat and look at the stack trace associated with your error.

On Sat, Oct 9, 2010 at 6:40 AM, Dancing Fingers <[email protected]> wrote:
> Hi guys,
> I'm writing my own custom view, a keyboard, which I think the
> ArrayList in the keyboard view is causing the application to quit in
> the emulator.
>
> public static ArrayList<HexButton> hexButtons = new
> ArrayList<HexButton>();
>
> The application ran fine when I did
>
> setContentView(myKeyboardView);
>
> But I want to nest my keyboard with a TextView so I'd like to be able
> to do
>
> setContentView(R.layout.main);
>
> Any thoughts would be appreciated.
>
> Chris
>
> --
> 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
>



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 3.0.1 Available!

-- 
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

Reply via email to