Android: Sugar ORM No Such Table Exception

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

    I was facing the same issue. Disabling "Instant run" didn't solve the problem. I didn't enable proguard too. Later I removed all meta data of sugarORM from android manifest (except query log) and that solved the problem. So remove the following 3 lines from android manifest:

        
        
         
    

    EDIT: As per comment of jrhamza, if above solution doesn't work, try disabling Instant Run.

提交回复
热议问题