Skip to content

Commit

Permalink
Added fix for bug in xamarin.
Browse files Browse the repository at this point in the history
  • Loading branch information
threax committed Jul 28, 2019
1 parent 83af19a commit 06b777c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion AnomalousMedicalAndroid/AnomalousMedicalAndroid.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<!-- This is a temporary fix for an issue. https://github.com/xamarin/xamarin-android/issues/3263 -->
<ItemGroup>
<LinkDescription Include="linker.xml" />
</ItemGroup>
<!-- End Temporary Fix -->

<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand Down Expand Up @@ -142,7 +149,6 @@
<AndroidResource Include="Resources\drawable-xxxhdpi\Icon.png" />
<AndroidResource Include="Resources\values\styles.xml" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<AndroidNativeLibrary Include="..\..\Dependencies\OpenALSoft\srcAndroid\libs\armeabi-v7a\libopenal.so">
<Link>lib\armeabi-v7a\libopenal.so</Link>
Expand Down
5 changes: 5 additions & 0 deletions AnomalousMedicalAndroid/linker.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<linker>
<assembly fullname="Mono.Android">
<type fullname="Android.Text.ITextWatcherInvoker" preserve="all" />
</assembly>
</linker>

0 comments on commit 06b777c

Please sign in to comment.