Android: Sugar ORM No Such Table Exception

后端 未结 21 1116
一生所求
一生所求 2020-12-05 06:42

I am getting the No Such table exception when i am Using Sugar ORM with GPU image Android Library. I am using Gradle and Android Studio. Once i remove GPU image

21条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-05 07:14

    Please check this property

        <`meta-data android:name="DOMAIN_PACKAGE_NAME" android:value="trending.hashtags.pojo" />`
    

    This should be exactly where your POJO class is not the package name only.

提交回复
热议问题