Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google API Level 33 support #96

Open
itsonit opened this issue Sep 24, 2023 · 1 comment
Open

Google API Level 33 support #96

itsonit opened this issue Sep 24, 2023 · 1 comment

Comments

@itsonit
Copy link

itsonit commented Sep 24, 2023

I'am not able to open database with an spp based on a API Level 33 build. In the past, API Level 32 and above i got no problems.

Anyone able to build a working app based in API Level 33?

@mreis1
Copy link

mreis1 commented Sep 28, 2023

@itsonit Google forced us to target the API Level 33 before August 31 which I did and after some tests everything seemed to be working fine. Can you provide additional information on your build errors? Which cordova-android and cordova-cli version are using?

Although targeting API Level 33 came with an exponential instability as the image below demonstrastes.

image
Fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed: library "libsqlc-ndk-native-driver.so" not found
       at java.lang.Runtime.loadLibrary0(Runtime.java:1077)
       at java.lang.Runtime.loadLibrary0(Runtime.java:998)
       at java.lang.System.loadLibrary(System.java:1661)
       at io.liteglue.SQLiteConnector.<init>(SQLiteConnector.java:8)
       at io.sqlc.SQLiteConnectorDatabase.<clinit>(SQLiteConnectorDatabase.java:35)
       at io.sqlc.SQLitePlugin.openDatabase(SQLitePlugin.java:219)
       at io.sqlc.SQLitePlugin.access$000(SQLitePlugin.java:33)
       at io.sqlc.SQLitePlugin$DBRunner.run(SQLitePlugin.java:391)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
       at java.lang.Thread.run(Thread.java:1012)
       ```


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants