You are using Parcel? There might be something wrong there. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com
On Fri, Jan 28, 2011 at 11:16 PM, Pink <[email protected]> wrote: > Hi, > > I am trying to insert data my content provider. > > But getting NullPointer exception, though every thing is seems ok. > > I checked evry thing in code. But got no clue. > > I have been getting irritated. > > I am getting following Exception. > > /AndroidRuntime( 3077): Caused by: java.lang.NullPointerException > > E/AndroidRuntime( 3077): at > android.os.Parcel.readException(Parcel.java:1266) > > E/AndroidRuntime( 3077): at > android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java: > 160) > > E/AndroidRuntime( 3077): at > android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java: > 114) > > E/AndroidRuntime( 3077): at > android.content.ContentProviderProxy.insert(ContentProviderNative.java: > 408) > > E/AndroidRuntime( 3077): at > android.content.ContentResolver.insert(ContentResolver.java:587) > > Any help ??? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

