Tag Archives: Xamarin
Clean up my mac and free space for Xamarin Developers
Unfortunately I nowadays often run into the problem of missing free space on my macbook (from 2015, 256 GB) when I want to upgrade XCode or Mac OS. Typically I uninstall XCode first so I was able to install Big Sur today. Now I have to reinstall XCode, but even with 38 GB of free […]
Add Android Skins in Visual Studio for Mac
How to add an individual skin in android virtual devices emulator with Visual Studio for Mac to use in Xamarin Development.
How to create an x86 based Android Virtual Device with Xamarin or Visual Studio on Mac
Have you ever seen this info when you start debugging your Android Application on Mac? Running an x86 based Android Virtual Device (AVD) is 10x faster. We strongly recommend creating a new AVD. But when you create a new AVD you are not able to select x86 because only “ARM” is shown in the CPU-List?
How to add initial code from Xamarin Studio to git at VisualStudio.com
In previous posting I’ve already described how to access existing code from git at visualstudio.com using Xamarin Studio. Now here is the description how to initially upload code from Xamarin Studio into git at visualstudio.com.
Xamarin Tips
While developing Xamarin Forms application and watching trainings from Xamarin University, some tips and best practices are mentioned so I write them down here as a reminder for myself (and maybe as a starting point for you).