I\'m trying to open and write to a Sqlite database in Android. According to the log output, it\'s not opening. I know that my syntax isn\'t great and I should be saving from a P
Try this
SqlDatabase dbEntry = new SqlDatabase(getActivity());
instead of
SqlDatabase dbEntry = new SqlDatabase(this);