Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Android Data Persistence Using SQLite for Structured Data Using sqlite3 to View Databases

Tuan Zen
Tuan Zen
6,882 Points

sqlite .tables only show android_metadata

root@generic_x86:/ # cd data/data/com.teamtreehouse.mememaker root@generic_x86:/data/data/com.teamtreehouse.mememaker # cd databases root@generic_x86:/data/data/com.teamtreehouse.mememaker/databases # ls meme.db meme.db-journal memes.db memes.db-journal qlite3 meme.db < SQLite version 3.8.10.2 2015-05-20 18:17:19 Enter ".help" for usage hints. sqlite> .tables android_metadata sqlite> .schema MEMES sqlite> .schema ANNOTATIONS sqlite> .tables android_metadata

The terminal doesnt show ANNOTATIONS and MEMES like in the video while the code is the same. Did I do something wrong? Any explanation is appreciated.

Please post the code where you created the database.