I\'m getting that exception when I do an insert in my SQLite database
The following code gives me the exception:
mDbHelper.createUser(\"pablo\",\"a\
You are inserting a duplicate email.
email
Plus the recommended way is to have a _ID column as primary key, even if you don't use it. This way on future uses, like use in a Adapter or List, you won't have to workaround.
_ID