Troubleshooting Android Build Errors and Runtime Errors - hyvanmielenpelit/GnollHack GitHub Wiki
If rebuilding fails with a compile time error or there is a runtime error, in which the runtime does not find a Java wrapper class, this may be caused by your GnollHack repository path being too long. To be sure, you can set your build output verbosity to Diagnostics as follows:
In Visual Studio, set Tools → Options → Project and Solutions [section] → Build and Run [subsection] → MSBuild project build output verbosity to Diagnostic.
Compile Time Error
Open the View → Output window and set Show output from to Build and then choose File → Save Output As. This saves the output log to a file.
Runtime Error
- After the project is deployed, open the View → Output window, and set Show output from to Deploy (also for Build).
- Make sure the Output window is selected, and then choose File → Save Output As to save the contents to a text file.
- In the View → Output window, change Show output from to Xamarin Diagnostics.
- Once again make sure the Output window is selected, and then choose File → Save Output As to save the contents to a text file.