From 1c2b6fa69a7002315d4b3ecb883c255c65eceafa Mon Sep 17 00:00:00 2001 From: lss <316519258@qq.com> Date: 星期三, 03 六月 2020 10:58:18 +0800 Subject: [PATCH] 2020.06.03 --- ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj index 0c8f327..44b8958 100644 --- a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj +++ b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj @@ -37,10 +37,11 @@ <MandroidI18n>CJK</MandroidI18n> <AndroidTlsProvider>btls</AndroidTlsProvider> <AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent> - <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> <AndroidDexTool>d8</AndroidDexTool> <AndroidKeyStore></AndroidKeyStore> <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> + <AndroidUseSharedRuntime>true</AndroidUseSharedRuntime> + <AndroidSupportedAbis>arm64-v8a;armeabi-v7a;x86;x86_64</AndroidSupportedAbis> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -541,6 +542,10 @@ <AndroidAsset Include="Assets\Phone\SmartSound\Tianmao.png" /> <AndroidAsset Include="Assets\Phone\SmartSound\Xiaoai.png" /> <AndroidAsset Include="Assets\Phone\SmartSound\Xiaodu.png" /> + <AndroidAsset Include="Assets\Phone\SmartSound\CheckBoxDef.png" /> + <AndroidAsset Include="Assets\Phone\SmartSound\PullDown.png" /> + <AndroidAsset Include="Assets\Phone\SmartSound\CheckBoxSel.png" /> + <AndroidAsset Include="Assets\Phone\SmartSound\Nickname.png" /> </ItemGroup> <ItemGroup> <AndroidAsset Include="Assets\Phone\Item\InputAccountIcon.png" /> -- Gitblit v1.8.0