inserting data in sqlite database errors

前端 未结 2 660
梦如初夏
梦如初夏 2021-01-27 11:07

i am trying to get the answers from a form in an application with android. here is the code i used :

       package com.stage.sondage;



      import android.ap         


        
2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-27 11:26

          after seeing your log there is null pointer exception in below class
    
           **public class Questionnaire extends Activity**  ..at line nuber 53 or 54 
            you may to see that line your class and debugg and see which object value
             coming as null and fix it 
    

提交回复
热议问题