visual studio - My solution won't run and debug properly, I'm using VS2017 Xamarin Android -


i'm starting learn xamarin developing basic login system android connects sqlite. managed write codes , build solution without errors, run , debug, somehow vs stops responding or @ least believe does.

when first debugged app, after created pretty basic axml file, runs , automatically shows main page of app. now, after adding more codes, get:

emulator

and output field down below keeps on freezing @ point:

output

even after waiting hour, stayed two. desperate was, tried checking out exe file of project, (the 1 can found in menu of emulator) , still project first build without changes i've made wasn't of either.

i have no idea if it's unit's issue or vs or if did wrong or needed more.

hope can me on this.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -