As soon as enable multidex support in the build.gradle
I am getting the following error on app launch.
Could not find class '...Dao', referenced from method com.dao.DaoMaster.<init>
FATAL EXCEPTION: main
java.lang.VerifyError: com/dao/DaoMaster
at com.dao.DaoMaster$OpenHelper.onCreate(DaoMaster.java:57)