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
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