Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Xamarin.Android.Build.Tests] Fix BuildAppCheckDebugSymbols in monodr…
…oid (#987) The `BuildAppCheckDebugSymbols()` test does not take into account that when building in debug mode on monodroid the assemblies are not embedded in the apk. As a result when trying to get `Library1.pdb` from the apk we get a `null` back. This causes a `NullReferenceException` when we try to get a length. The fix is to look in the `assets` directory if we can't get the file from the `.apk`. This will allow the test to work in both xamarin-android and monodroid.
- Loading branch information