Android: Sugar ORM No Such Table Exception

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

    I also faced this Problem. After hunted 2 days, I solved it by following tricks In android studio

    Step 1. Write compile 'com.github.satyan:sugar:1.5' in dependencies in build.gradle file of app

    Step 2. Write classpath 'com.android.tools.build:gradle:2.1.0' in dependencies of build.gradle file of project

    Step 3. DB version should greater than 1 always as documented in sugarORM

提交回复
热议问题