Caused by: android.database.sqlite.SQLiteException: no such table: countries (code 1): , while compiling: SELECT country_name FROM countries

                                                                                

                                                                                 Error Code : 1 (SQLITE_ERROR)

                                                                                 Caused By : SQL(query) error or missing database.

                                                                                  (no such table: countries (code 1): , while compiling: SELECT country_name FROM countries)


http://colorscripter.com/s/r0I5tmG


오류랑 코드 두개인데.. 이거가지고 이틀동안 씨름중임. 자질이 없나봐... db에 insert할 때 생기는 문제 같은데. no such table이라면 table이 제대로 생성이 안됐다는 얘끼??ㅠㅠ