
Hi, I am unable to create database in sqlite ..Can you please provide any specific command.
Thanks!

Hi, First of all open the MSQLite database and from top menu item's choose File->New Database... name the database and save it into any folder. i generally, save it on Desktop and i add the table into my project.
Create Table into MSQLite Database.
create table cities(id int(11),Name varchar(500),latitude varchar(500), longitude varchar(500) );
INSERT INTO city (name,latitude, longitude)VALUES ('Main', '50°0N', '08°18E' );

First you need to permission in menifiest file file then you can create the database in sqlite in android appliication
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.