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

2012-06-11 Thread CaRRtel Industres
Okay, I will go back and look at that. Thanks again. On Monday, June 11, 2012 5:52:44 PM UTC-5, Kristopher Micinski wrote: > > This typically happens because you haven't properly declared your > activity within your manifest, > > kris > > On Mon, Jun 11, 2012 at 6:48 PM, CaRRtel Industres > w

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

2012-06-11 Thread Kristopher Micinski
This typically happens because you haven't properly declared your activity within your manifest, kris On Mon, Jun 11, 2012 at 6:48 PM, CaRRtel Industres wrote: > > 06-11 17:21:33.460: E/AndroidRuntime(29353): FATAL EXCEPTION: main > 06-11 17:21:33.460: E/AndroidRuntime(29353): java.lang.RuntimeE

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

2012-06-11 Thread CaRRtel Industres
06-11 17:21:33.460: E/AndroidRuntime(29353): FATAL EXCEPTION: main 06-11 17:21:33.460: E/AndroidRuntime(29353): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{carrtel.industries.app.q/carrtel.industries.app.q.AppQShare}: java.lang.ClassNotFoundException: carrtel.indust

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

2012-06-11 Thread Kristopher Micinski
Post your entire log cat here.. On Mon, Jun 11, 2012 at 6:30 PM, CaRRtel Industres wrote: > Kris you were right about my buildpath so I started over and ensured > everything was correct. Now back to my first problem, the log cat is telling > me it is unable to instantiate the activity and that

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

2012-06-11 Thread CaRRtel Industres
Kris you were right about my buildpath so I started over and ensured everything was correct. Now back to my first problem, the log cat is telling me it is unable to instantiate the activity and that there is a FATAL EXCEPTION: main. Any idea on what this means? On Sunday, June 10, 2012 9:15:31

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

2012-06-10 Thread Kristopher Micinski
then you haven't appropriately set your path to point to platform-tools/ in your SDK... On Sun, Jun 10, 2012 at 10:13 PM, CaRRtel Industres wrote: > It told me the adb command is not found. I am using a Mac, if that makes a > difference. > > > On Sunday, June 10, 2012 9:03:21 PM UTC-5, Kristopher

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

2012-06-10 Thread CaRRtel Industres
It told me the adb command is not found. I am using a Mac, if that makes a difference. On Sunday, June 10, 2012 9:03:21 PM UTC-5, Kristopher Micinski wrote: > > try typing in 'adb logcat' at a terminal window... > > > On Sun, Jun 10, 2012 at 9:36 PM, CaRRtel Industres > wrote: > > Okay I went

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

2012-06-10 Thread Kristopher Micinski
try typing in 'adb logcat' at a terminal window... On Sun, Jun 10, 2012 at 9:36 PM, CaRRtel Industres 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

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

2012-06-10 Thread CaRRtel Industres
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 > wrote: > > I have written my

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

2012-06-10 Thread Mark Murphy
On Sun, Jun 10, 2012 at 7:57 PM, CaRRtel Industres 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 per

[android-developers] Simple App Has Stopped Error

2012-06-10 Thread CaRRtel Industres
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." Does anyone know a simple fix for this? Also, I am using my EVO LTE for testing instead of a virtual