You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have updated Android sdkversions as below and have an issue when we run it on android 12. Any help is appreciated.
defaultTargetSdkVersion= 30
defaultCompileSdkVersion=30
java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String io.liteglue.SQLDatabaseHandle.getLastErrorMessage()' on a null object reference
at io.liteglue.SQLiteGlueConnection.(SQLiteGlueConnection.java:12)
The text was updated successfully, but these errors were encountered:
we have updated Android sdkversions as below and have an issue when we run it on android 12. Any help is appreciated.
defaultTargetSdkVersion= 30
defaultCompileSdkVersion=30
java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String io.liteglue.SQLDatabaseHandle.getLastErrorMessage()' on a null object reference
at io.liteglue.SQLiteGlueConnection.(SQLiteGlueConnection.java:12)
The text was updated successfully, but these errors were encountered: