java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sensorberg.sdk.testApp.debug/com.sensorberg.sdk.demo.DemoActivity}: android.database.sqlite.SQLiteException: no such table: SUGAR_SCAN (code 1): , while compiling: INSERT OR REPLACE INTO SUGAR_SCAN(PROXIMITY_UUID,SENT_TO_SERVER_TIMESTAMP,IS_ENTRY,ID,PROXIMITY_MAJOR,SENT_TO_SERVER_TIMESTAMP2,PROXIMITY_MINOR,CREATED_AT,EVENT_TIME) VALUES (?,?,?,?,?,?,?,?,?)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Create an empty public constructor in your code.
Solutions on the web
via GitHub by skraynick
, 1 year agovia Stack Overflow by Sermanes
, 1 year agovia Stack Overflow by Ahmad
, 1 year agovia Stack Overflow by Hyewon Joo
, 3 months agovia GitHub by leletec
, 1 year agovia Stack Overflow by Jagdish Choudhary
, 3 months agojava.lang.RuntimeException: Unable to start activity ComponentInfo{com.sensorberg.sdk.testApp.debug/com.sensorberg.sdk.demo.DemoActivity}: android.database.sqlite.SQLiteException: no such table: SUGAR_SCAN (code 1): , while compiling: INSERT OR REPLACE INTO SUGAR_SCAN(PROXIMITY_UUID,SENT_TO_SERVER_TIMESTAMP,IS_ENTRY,ID,PROXIMITY_MAJOR,SENT_TO_SERVER_TIMESTAMP2,PROXIMITY_MINOR,CREATED_AT,EVENT_TIME) VALUES (?,?,?,?,?,?,?,?,?)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2416)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2476)