Archives for: "October 2016"
[Xamarin] Error: AppData\Local\Xamarin\[packages]\[version]\class.jar missing
After I had installed a new component in my Xamarin project, I got an error like that: C:\Users\[username]\ AppData\Local\Xamarin\[packages]\[version]\class.jar missing. I found the problems are caused the downloading packages are failed before. The… more »
[Xamarin] Map not showing in Navigation Page
I am building an app with a map component. I put the Map Control on a navigation page. But I put this code on the button click event. CodeMapPageXaml page = new… more »