SQLiteException: no such column: basal (code 1)

后端 未结 5 2075
予麋鹿
予麋鹿 2021-01-22 13:00

I\'m working with databases and I have the following DataBaseHandling class:

public class DatabaseHandler extends SQLiteOpenHelper {

// All Static variables
//          


        
5条回答
  •  萌比男神i
    2021-01-22 13:42

    I got this error while using junit tests. And my error was simple but evil.

    I mixed getContext() and getMockConetext().

提交回复
热议问题