Skip to content

Instantly share code, notes, and snippets.

@aspyct
Created April 13, 2017 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aspyct/f02c79dd74cc4354eeeaf6b083b2caae to your computer and use it in GitHub Desktop.
Save aspyct/f02c79dd74cc4354eeeaf6b083b2caae to your computer and use it in GitHub Desktop.
Increase java heap size while deploying Xamarin.Android project on device
+ <PropertyGroup>
+ <JavaMaximumHeapSize>1G</JavaMaximumHeapSize>
+ </PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment