Android: Sugar ORM No Such Table Exception

后端 未结 21 1118
一生所求
一生所求 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:02

    I was also having this issue, my class only had 1 String property. I was using version 1.3. Just comment this code from AndroidManifest.xml file and you're good to go :)

    
    

    Reference:

    https://github.com/satyan/sugar/issues/75

提交回复
热议问题