Upgraded to 9.1.1.1 "SQLite library not found"

I have a basic project with SQLite running well in version 9.0.4.3 with Voltbuilder, when I upgraded to version 9.1.1.1 and using Voltbuilder to build the apk and run in the Android mobile, it show “SQLite library not found. Use SQLite WASM or Cordova plugin”. I am sure the “SQLite (WASM)” library is checked and using “localStorage” in SqlOpenDatabase. If I build with 9.0.4.3, it won’t have that message and running well.

Is there any new settings that I need to apply to the project in the version 9.1.1.1?

Eventually I add the Cordova plugin in the config.xml (for Android Mobile) together with the SQLite (WASM) library (for Web app), it work on both now. I put the SqlOpenDatabase command in the Sub Main. Is it correct?

But I don’t need the Cordova plugin with the Voltbuilder in version 9.0.4.3. And it work fine in both Android Mobile and Web app.

Using the Cordova plugin on the versions you build with VoltBuilder is the correct thing to do.

This was a change in AppStudio 9.1.0. See item 14 in the Release Notes.