xamarin-android-linux icon indicating copy to clipboard operation
xamarin-android-linux copied to clipboard

Detailed instructions on setting up Xamarin.Android on Linux!

Results 6 xamarin-android-linux issues
Sort by recently updated
recently updated
newest added

I'm trying to build solution with [this artifacts](https://artprodcus3.artifacts.visualstudio.com/Ad0adf05a-e7d7-4b65-96fe-3f3884d42038/6fd3d886-57a5-4e31-8db7-52a1b47c07a8/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL3hhbWFyaW4vcHJvamVjdElkLzZmZDNkODg2LTU3YTUtNGUzMS04ZGI3LTUyYTFiNDdjMDdhOC9idWlsZElkLzM1MDQ2L2FydGlmYWN0TmFtZS9MaW51eCtQYWNrYWdlcw2/content?format=zip) and getting this error: `xamarin.android-oss/bin/Release/bin/xabuild TestProject.sln /verbosity:d Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path '/tmp/pfchhxca.hoe'. at System.IO.FileSystem.RemoveDirectory (System.String...

The Xamarin.Android Linux build job was [moved to Azure pipelines](https://github.com/xamarin/xamarin-android/pull/4160#event-3001266208) and now I can successfully build a Xamarin project with Rider without needing to manually modify my Mono installation. I...

I've got an issue with libzip.so.4, I can't install it via apt-get as I'm running Antergos (Arch Linux Derivative). Your suggestion of `sudo ln -s /usr/lib/libzip.so /usr/lib/libzip.so.4` So I suppose...

I cannot complete this step of your guide: > Let's also copy the Xamarin.Android tools in bin: > > sudo mkdir -p /usr/lib/mono/xamarin-android/bin/ > sudo cp -r bin/Debug/bin/* /usr/lib/mono/xamarin-android/bin/ I...

question

It prompts this error: ``` CSC : error CS0006: Metadata file '/Reference Assemblies/Microsoft/Framework/MonoAndroid/v1.0/mscorlib.dll' could not be found ``` I followed the guide as you specify. Any ideas?

Maybe you will find this link useful. If not - feel free to ignore. Thank you!