NumberFormatException invalid int “”
问题 I am trying to take the input values from EditText and I want to save it to sqlite Database. I dont know how to use the logcat [also please explain how can I read the errors from the LogCat]. MainActivity.java: package com.example.database; import android.support.v7.app.ActionBarActivity; import android.text.Editable; import android.app.Activity; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteDatabase.CursorFactory; import