[android-developers] Unexpected error

2011-03-21 Thread rishabh agrawal
When i run my application on api level 4 then it create unecpected error but when i run on api level 8 then it not create any error,i also set the uses-sdk android:minSdkVersion=4 android:maxSdkVersion=10 / application android:icon=@drawable/sai11 android:label=@string/app_name

Re: [android-developers] Unexpected error

2011-03-21 Thread Marcin Orlowski
so how to remove these error,please guide me. That's simple - fix it. That usually works for untold issues. And in general - you forgot to quite your crash log Regards, Marcin Orlowski Tray Agenda http://bit.ly/trayagenda - keep you daily schedule handy... -- You received this message

Re: [android-developers] Unexpected error

2011-03-21 Thread asaph nesun
plz try again http://123maza.com/75/speed524/ On 3/21/11, rishabh agrawal android.rish...@gmail.com wrote: When i run my application on api level 4 then it create unecpected error but when i run on api level 8 then it not create any error,i also set the uses-sdk

[android-developers] Unexpected error

2011-03-18 Thread rishabh agrawal
when i run my app in emulator some time it run good,but some time my Tab get a unexpected error so, how i remove it -- 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

Re: [android-developers] Unexpected error

2011-03-18 Thread Mark Murphy
Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your unexpected error. Then, debug your code. On Fri, Mar 18, 2011 at 4:17 PM, rishabh agrawal android.rish...@gmail.com wrote: when i run my app in emulator some time it run