Replace this line
Context context = View.getRootView.getContext();
With this line
Context context = v.getRootView().getContext();
1
solved Android Studio Database SQLite Error
Replace this line
Context context = View.getRootView.getContext();
With this line
Context context = v.getRootView().getContext();
1
solved Android Studio Database SQLite Error