SQlite database

SQlite database

BY 24 Apr 2017 Native Application Development

When I want to use SQlite database in follow section I get error ” segmentation fault error ”  and app dose not load.

static void Main(string[] args)
        {
            var app = new Program();
            Xamarin.Forms.Platform.Tizen.Forms.Init(app);
            app.Run(args);
        }

Is this a memory issue ?

Thanks

 

 

Written by