fix bug in BinaryDictionary.java which lead to crashes with dictionary using on 64bit devices; enable multi-dex and increase heap size also for Release build
This commit is contained in:
@@ -116,7 +116,7 @@ public class BinaryDictionary extends Dictionary {
|
||||
mDicTypeId = dicTypeId;
|
||||
}
|
||||
|
||||
private native int openNative(ByteBuffer bb, int typedLetterMultiplier,
|
||||
private native long openNative(ByteBuffer bb, int typedLetterMultiplier,
|
||||
int fullWordMultiplier, int size);
|
||||
|
||||
|
||||
|
||||
@@ -75,12 +75,13 @@
|
||||
<Debugger>Xamarin</Debugger>
|
||||
<AotAssemblies>false</AotAssemblies>
|
||||
<EnableLLVM>false</EnableLLVM>
|
||||
<AndroidEnableMultiDex>False</AndroidEnableMultiDex>
|
||||
<AndroidEnableMultiDex>true</AndroidEnableMultiDex>
|
||||
<EnableProguard>true</EnableProguard>
|
||||
<DevInstrumentationEnabled>False</DevInstrumentationEnabled>
|
||||
<DebugSymbols>False</DebugSymbols>
|
||||
<AndroidTlsProvider>btls</AndroidTlsProvider>
|
||||
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
|
||||
<JavaMaximumHeapSize>2G</JavaMaximumHeapSize>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseNoNet|AnyCPU' ">
|
||||
<DebugType>none</DebugType>
|
||||
|
||||
Reference in New Issue
Block a user