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 PM UTC-5, Kristopher Micinski wrote:

 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 
 carrtelindustr...@gmail.com 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 Micinski wrote: 
  
  try typing in 'adb logcat' at a terminal window... 
  
  
  On Sun, Jun 10, 2012 at 9:36 PM, CaRRtel Industres 
  carrtelindustr...@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 
   carrtelindustr...@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+unsubscr...@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+unsubscr...@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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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
carrtelindustr...@gmail.com 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 there is a FATAL
 EXCEPTION: main. Any idea on what this means?

 On Sunday, June 10, 2012 9:15:31 PM UTC-5, Kristopher Micinski wrote:

 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
 carrtelindustr...@gmail.com 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 Micinski wrote:
 
  try typing in 'adb logcat' at a terminal window...
 
 
  On Sun, Jun 10, 2012 at 9:36 PM, CaRRtel Industres
  carrtelindustr...@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
   carrtelindustr...@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+unsubscr...@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+unsubscr...@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+unsubscr...@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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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.industries.app.q.AppQShare
06-11 17:21:33.460: E/AndroidRuntime(29353): at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2121)
06-11 17:21:33.460: E/AndroidRuntime(29353): at 
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2240)
06-11 17:21:33.460: E/AndroidRuntime(29353): at 
android.app.ActivityThread.access$600(ActivityThread.java:139)
06-11 17:21:33.460: E/AndroidRuntime(29353): at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1262)
06-11 17:21:33.460: E/AndroidRuntime(29353): at 
android.os.Handler.dispatchMessage(Handler.java:99)
06-11 17:21:33.460: E/AndroidRuntime(29353): at 
android.os.Looper.loop(Looper.java:154)
06-11 17:21:33.460: E/AndroidRuntime(29353): at 
android.app.ActivityThread.main(ActivityThread.java:4977)
06-11 17:21:33.460: E/AndroidRuntime(29353): at 
java.lang.reflect.Method.invokeNative(Native Method)
06-11 17:21:33.460: E/AndroidRuntime(29353): at 
java.lang.reflect.Method.invoke(Method.java:511)
06-11 17:21:33.460: E/AndroidRuntime(29353): at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
06-11 17:21:33.460: E/AndroidRuntime(29353): at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
06-11 17:21:33.460: E/AndroidRuntime(29353): at 
dalvik.system.NativeStart.main(Native Method)
06-11 17:21:33.460: E/AndroidRuntime(29353): Caused by: 
java.lang.ClassNotFoundException: carrtel.industries.app.q.AppQShare
06-11 17:21:33.460: E/AndroidRuntime(29353): at 
dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
06-11 17:21:33.460: E/AndroidRuntime(29353): at 
java.lang.ClassLoader.loadClass(ClassLoader.java:501)
06-11 17:21:33.460: E/AndroidRuntime(29353): at 
java.lang.ClassLoader.loadClass(ClassLoader.java:461)
06-11 17:21:33.460: E/AndroidRuntime(29353): at 
android.app.Instrumentation.newActivity(Instrumentation.java:1039)
06-11 17:21:33.460: E/AndroidRuntime(29353): at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2112)
06-11 17:21:33.460: E/AndroidRuntime(29353): ... 11 more

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

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
carrtelindustr...@gmail.com wrote:

 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.industries.app.q.AppQShare
 06-11 17:21:33.460: E/AndroidRuntime(29353): at
 android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2121)
 06-11 17:21:33.460: E/AndroidRuntime(29353): at
 android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2240)
 06-11 17:21:33.460: E/AndroidRuntime(29353): at
 android.app.ActivityThread.access$600(ActivityThread.java:139)
 06-11 17:21:33.460: E/AndroidRuntime(29353): at
 android.app.ActivityThread$H.handleMessage(ActivityThread.java:1262)
 06-11 17:21:33.460: E/AndroidRuntime(29353): at
 android.os.Handler.dispatchMessage(Handler.java:99)
 06-11 17:21:33.460: E/AndroidRuntime(29353): at
 android.os.Looper.loop(Looper.java:154)
 06-11 17:21:33.460: E/AndroidRuntime(29353): at
 android.app.ActivityThread.main(ActivityThread.java:4977)
 06-11 17:21:33.460: E/AndroidRuntime(29353): at
 java.lang.reflect.Method.invokeNative(Native Method)
 06-11 17:21:33.460: E/AndroidRuntime(29353): at
 java.lang.reflect.Method.invoke(Method.java:511)
 06-11 17:21:33.460: E/AndroidRuntime(29353): at
 com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
 06-11 17:21:33.460: E/AndroidRuntime(29353): at
 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
 06-11 17:21:33.460: E/AndroidRuntime(29353): at
 dalvik.system.NativeStart.main(Native Method)
 06-11 17:21:33.460: E/AndroidRuntime(29353): Caused by:
 java.lang.ClassNotFoundException: carrtel.industries.app.q.AppQShare
 06-11 17:21:33.460: E/AndroidRuntime(29353): at
 dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
 06-11 17:21:33.460: E/AndroidRuntime(29353): at
 java.lang.ClassLoader.loadClass(ClassLoader.java:501)
 06-11 17:21:33.460: E/AndroidRuntime(29353): at
 java.lang.ClassLoader.loadClass(ClassLoader.java:461)
 06-11 17:21:33.460: E/AndroidRuntime(29353): at
 android.app.Instrumentation.newActivity(Instrumentation.java:1039)
 06-11 17:21:33.460: E/AndroidRuntime(29353): at
 android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2112)
 06-11 17:21:33.460: E/AndroidRuntime(29353): ... 11 more

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


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 
 carrtelindustr...@gmail.com wrote: 
  
  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.industries.app.q.AppQShare 
  06-11 17:21:33.460: E/AndroidRuntime(29353): at 
  
 android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2121) 
  06-11 17:21:33.460: E/AndroidRuntime(29353): at 
  
 android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2240) 
  06-11 17:21:33.460: E/AndroidRuntime(29353): at 
  android.app.ActivityThread.access$600(ActivityThread.java:139) 
  06-11 17:21:33.460: E/AndroidRuntime(29353): at 
  android.app.ActivityThread$H.handleMessage(ActivityThread.java:1262) 
  06-11 17:21:33.460: E/AndroidRuntime(29353): at 
  android.os.Handler.dispatchMessage(Handler.java:99) 
  06-11 17:21:33.460: E/AndroidRuntime(29353): at 
  android.os.Looper.loop(Looper.java:154) 
  06-11 17:21:33.460: E/AndroidRuntime(29353): at 
  android.app.ActivityThread.main(ActivityThread.java:4977) 
  06-11 17:21:33.460: E/AndroidRuntime(29353): at 
  java.lang.reflect.Method.invokeNative(Native Method) 
  06-11 17:21:33.460: E/AndroidRuntime(29353): at 
  java.lang.reflect.Method.invoke(Method.java:511) 
  06-11 17:21:33.460: E/AndroidRuntime(29353): at 
  
 com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
  

  06-11 17:21:33.460: E/AndroidRuntime(29353): at 
  com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551) 
  06-11 17:21:33.460: E/AndroidRuntime(29353): at 
  dalvik.system.NativeStart.main(Native Method) 
  06-11 17:21:33.460: E/AndroidRuntime(29353): Caused by: 
  java.lang.ClassNotFoundException: carrtel.industries.app.q.AppQShare 
  06-11 17:21:33.460: E/AndroidRuntime(29353): at 
  dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61) 
  06-11 17:21:33.460: E/AndroidRuntime(29353): at 
  java.lang.ClassLoader.loadClass(ClassLoader.java:501) 
  06-11 17:21:33.460: E/AndroidRuntime(29353): at 
  java.lang.ClassLoader.loadClass(ClassLoader.java:461) 
  06-11 17:21:33.460: E/AndroidRuntime(29353): at 
  android.app.Instrumentation.newActivity(Instrumentation.java:1039) 
  06-11 17:21:33.460: E/AndroidRuntime(29353): at 
  
 android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2112) 
  06-11 17:21:33.460: E/AndroidRuntime(29353): ... 11 more 
  
  -- 
  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+unsubscr...@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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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


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

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


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

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
carrtelindustr...@gmail.com 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 Micinski wrote:

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


 On Sun, Jun 10, 2012 at 9:36 PM, CaRRtel Industres
 carrtelindustr...@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
  carrtelindustr...@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+unsubscr...@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+unsubscr...@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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en