Questions tagged [xamarin.droid]

Xamarin.droid (previously known as Mono for Android) is an implementation of Mono that runs on the Android platform, allowing you to write Android applications in C# using native Android libraries as well as using the .NET BCL (Base Class Libraries).

25 questions
13
votes
2 answers

PathTooLongException Xamarin Droid Project

I Created a Xamarin.Forms project with a long path, and while building it I get this error: "System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and…
brunof.89
  • 150
  • 1
  • 7
5
votes
2 answers

Custom Animation with MvvmCross Droid

With MvvmCross, if I want a button to open a new screen, I wire up the command handler and use ShowViewModel, like this: ShowViewModel(); Is there anyway to plug in custom animations, which are very platform specific, and…
Ryan Langton
  • 6,294
  • 15
  • 53
  • 103
4
votes
0 answers

mono-symbolicate fails due to Xamarin.Droid stacktrace not including AotID

I'm trying to use mono-symbolicate to symbolicate stack traces produced by the release version of our app. In the .csproj Release build settings DebugSymbols, Optimize, MonoSymbolArchive have all been set to True, and DebugType has been set to…
3
votes
1 answer

Xamarin.Forms Droid project warning about .csproj.filelistabsolute.txt

I was wondering how to fix these warnings from my Xamarin.Forms project. They are only warnings, but we need to clean up our warnings, so this can't be here. Could not write lines to file…
James Esh
  • 2,219
  • 1
  • 24
  • 41
2
votes
1 answer

How to prevent a specific Xamarin View up scrolling when soft keyboard is open?

I have the following xamarin layout schemma: ... ... /Grid>