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
Hello !
I am encountering a compilation error when using GreenDAO 3.2.2 in an Android SDK 33 project with Java 8. The error persists in the generated build files by GreenDAO, specifically in the "db.execSQL" statement. The error message is as follows:
Hello !
I am encountering a compilation error when using GreenDAO 3.2.2 in an Android SDK 33 project with Java 8. The error persists in the generated build files by GreenDAO, specifically in the "db.execSQL" statement. The error message is as follows:
I have already updated my project to use StringBuilder for string concatenation throughout, but the issue remains.
The text was updated successfully, but these errors were encountered: