Reputation: 2811
When I pulled my database file from the emulator through DDMS, the pulled file has no extension(.db nor .sql*). It's just a FILE. Any idea?
Upvotes: 0
Views: 964
Reputation: 3071
@jaysonatic you when you pull database file from ddms at that time you give file extension like
FILE.sqlite or FILE.sql
then its should be open..
Upvotes: 0
Reputation: 52956
What exactly is the problem? Try to open it with sqlite3, if it works, the file is complete. You can rename it to anything you want.
Upvotes: 2