Hi,
I have change the android:targetSdkVersion to 26,
After doing it I could not create db, and if I will set it back to android:targetSdkVersion 19.
It will work again.
my Sql Ver is 1.5
Any Idea Why ?
Thanks In Advance
I have change the android:targetSdkVersion to 26,
After doing it I could not create db, and if I will set it back to android:targetSdkVersion 19.
It will work again.
my Sql Ver is 1.5
B4X:
sql.Initialize(File.DirDefaultExternal, "logistic.db", True)
Any Idea Why ?
Thanks In Advance