Skip to content

error: cannot find symbol db.execSQL("CREATE TABLE " + constraint + "\ symbol: method makeConcatWithConstants(Lookup,String,MethodType,String) location: interface StringConcatFactory #1114

@PatriciaTot

Description

@PatriciaTot

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:

error: cannot find symbol
db.execSQL("CREATE TABLE " + constraint + "\ symbol: method makeConcatWithConstants(Lookup,String,MethodType,String) location: interface StringConcatFactory

I have already updated my project to use StringBuilder for string concatenation throughout, but the issue remains.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions