I am trying to create a SQLite database within my android app, but my code consistently throws a \"SQLiteException\" saying that no such table exists. I am new to SQL, but I
It works fine in my computer with your code. so I guess that you change the TABLE name during your development. and just run the program again with eclipse's RUN command. So the application was not a fresh install. but you don't implement the onUpgrade() correctly.
to solve your problem you met quickly.