A stack trace is this long error log which you have posted :-)

The error is a NullPointerException which means: the app try to access a
field which has no value. And the error appears here:
java.util.TimeZone.getTimeZone(TimeZone.java:286)

One possible solution:

public static final String  ALL_DAY
Is the event all day (time zone independent). Column name.

Try to set the right timezone.


Ralph


Am 26.03.12 09:56, schrieb Jast Vacaty:
> Well.I don't know what is stack trace.
> 
> and I can't understand what this message mean...
> 
> 
> 03-26 15:53:22.707: E/AndroidRuntime(2065): Caused by:
> java.lang.NullPointerException
> 03-26 15:53:22.707: E/AndroidRuntime(2065):     at
> java.util.TimeZone.getTimeZone(TimeZone.java:286)

-- 

Ralph Bergmann

iOS and Android app developer


www              http://www.the4thFloor.eu | http://www.dasralph.de

mail             ra...@the4thfloor.eu
skype            dasralph

xing             http://www.xing.com/profile/Ralph_Bergmann3
gulp             http://www.gulp.de/Profil/RalphBergmann.html
linkedin         http://www.linkedin.com/in/ralphbergmann

java user group  http://www.jug-bb.de | http://www.xing.com/net/jugbb
ios dev group    http://www.xing.com/net/iosberlin


pgp key id       BED003DD883B9A80
pgp fingerprint  7865 EAD3 5834 705B D8B7 AD7C BED0 03DD 883B 9A80

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

Reply via email to