xamarin-studio

Getting PCL, Mvvmcross, Nuget and Xamarin Studio to play “nice” on Mac

偶尔善良 提交于 2019-11-27 10:40:01
问题 Looking at the MvvmCross.PortableSupport.3.0.1.nuspec I noticed the there is the following line: <file src="_._" target="lib\portable-win+net45+MonoAndroid16+MonoTouch40+sl40+wp71\_._" />. I understand that nuget is creating a list of supported frameworks from that list (win+...+sl40+wp71) and that the project to which this library is added must support one of those frameworks. Basically it enumerates the project types to which this can be added. Now if I try to install this package into a

Android SDK location

感情迁移 提交于 2019-11-27 06:51:02
I have Xamarin Studio, and I need to specify the Android SDK Location. I have previously had Xamarin Studio working on my pc, and for some reason, I need to enter this again. I have entered the following location: C:\Users\**username**\AppData\Local\Android\android-sdk Xamarin Studio does not accept this location and displays the following message: No SDK found at the specified location This location has platform-tools and other SDK folders. Why is this not working, and what should I do? Do you have a screen of the content of your folder? This is my setup: I hope these screenshots can help you

VT-x is disabled in the BIOS for both all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED)

◇◆丶佛笑我妖孽 提交于 2019-11-26 23:48:05
问题 Downloaded Xamarin Android Player and with >>next>> progress installed Virtual Box. When I tried to start an emulator I got Failed to initialized device (name Of the emulator) VboxManager Commendt Failed and the detail of the error in Oracle Vm Virtualbox is VT-x is disabled in the BIOS for both all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED) How can I fix this? I have found the solution of my problem, put some images to help others, thanks go here 回答1: It is a RAM related issue. The

Build unsuccessful : Error with Android project in Xamarin.Forms

試著忘記壹切 提交于 2019-11-26 21:23:29
问题 I just create a small Xamarin.Forms sample application. When i build my Android project i get some errors. I just googled errors and find some solutions. But nothing works fine. Last day i had reinstalled Visual Studio 2015 and Xamarin Studio. So probably xamarin will be updated in all. Here I just list my errors and suggested solutions. Error 1 : Unzipping failed. Please download https://dl-ssl.google.com/android/repository/android_m2repository_r10.zip and extract it to the ...~\Local

Android SDK location

微笑、不失礼 提交于 2019-11-26 09:26:34
问题 I have Xamarin Studio, and I need to specify the Android SDK Location. I have previously had Xamarin Studio working on my pc, and for some reason, I need to enter this again. I have entered the following location: C:\\Users\\**username**\\AppData\\Local\\Android\\android-sdk Xamarin Studio does not accept this location and displays the following message: No SDK found at the specified location This location has platform-tools and other SDK folders. Why is this not working, and what should I do