Sunday, June 10, 2012

Re: [android-developers] Simple App Has Stopped Error

try typing in 'adb logcat' at a terminal window...


On Sun, Jun 10, 2012 at 9:36 PM, CaRRtel Industres
<carrtelindustries@gmail.com> wrote:
> Okay I went to look at the Logcat window and it is blank. Do I need to do
> something special for it to start monitoring my device?
>
>
> On Sunday, June 10, 2012 7:10:19 PM UTC-5, Mark Murphy (a Commons Guy)
> wrote:
>>
>> On Sun, Jun 10, 2012 at 7:57 PM, CaRRtel Industres
>> <carrtelindustries@gmail.com> wrote:
>> > I have written my app to be able to receive shared text and then list
>> > them
>> > using list view. But whenever I try to send shared text to my app it
>> > stops,
>> > saying "Unfortunately {my app} has stopped."
>>
>> Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine
>> LogCat and look at the stack trace associated with your crash.
>>
>> > Also, I am using my EVO LTE for testing instead of a virtual
>> > device. Am I still able to use Logcat in this situation?
>>
>> Yes. If you are able to install and run your app via Eclipse or Ant
>> via the USB cable, then you can view LogCat by the same means.
>>
>> --
>> Mark Murphy (a Commons Guy)
>> http://commonsware.com | http://github.com/commonsguy
>> http://commonsware.com/blog | http://twitter.com/commonsguy
>>
>> Android Training... At Your Office: http://commonsware.com/training
>
> --
> 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+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment