Exit the SQLite shell on Android
You have just to type
sqlite> .exit
Type ; and press Enter.
This might fix it. This works for other SQL stuff.
You can even try this
For Windows
Ctrl + Z
For a Unix terminal
Ctrl + D
(It sends end of file to standard input.)