Re: [android-developers] I can not find that error in my development device but it raised when i upload my application to market

2010-10-11 Thread TreKing
On Sat, Oct 9, 2010 at 7:36 PM, ehabkandeel ekand...@gmail.com wrote:

  is the number behinde  which exist beside each line can help me ?


If you're asking what I think you're asking, the line at the end of each
line tells you the line in the code that corresponds to each entry in the
stack trace. That will help you step through your code to see what you could
be doing along that code path to end up with a Null Pointer.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

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

[android-developers] I can not find that error in my development device but it raised when i upload my application to market

2010-10-10 Thread ehabkandeel
Dear all,
 I have tested my application on my development  device and it is
working fine but when i upload it to the market i find reports about
some devices raise that bug
can any one help me ? , is the number behinde  which exist beside
each line can help me ? , and how ?
waiting..


java.lang.NullPointerException
at java.util.Calendar.setTime(Calendar.java:1284)
at java.text.SimpleDateFormat.formatImpl(SimpleDateFormat.java:730)
at java.text.SimpleDateFormat.format(SimpleDateFormat.java:1011)
at java.text.DateFormat.format(DateFormat.java:384)
at
care.nroot.nControlGPS.util.Util.formatFechaPublicAllCompleta(Util.java:
408)
at care.nroot.nControlGPS.main$1.handleMessage(main.java:152)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:144)
at android.app.ActivityThread.main(ActivityThread.java:4937)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)

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