Try this.
int removedId = database.delete(MySQLiteHelper.TABLE_DEVICE
, MySQLiteHelper.KEY_ADDRESS + "= ?",new String[] {address});
solved SQLite exception while trying to delete row
Try this.
int removedId = database.delete(MySQLiteHelper.TABLE_DEVICE
, MySQLiteHelper.KEY_ADDRESS + "= ?",new String[] {address});
solved SQLite exception while trying to delete row