From f17bb6c60db1f24ce05df96aa27d4680e2df0ce6 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期三, 15 一月 2020 17:16:13 +0800 Subject: [PATCH] 请合并最新代码,(优化代码格式,完成开会后的细节测试) --- ZigbeeApp20190114/GateWay.Droid/GateWay.Droid.csproj | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp20190114/GateWay.Droid/GateWay.Droid.csproj b/ZigbeeApp20190114/GateWay.Droid/GateWay.Droid.csproj index a889654..5dcaaf2 100644 --- a/ZigbeeApp20190114/GateWay.Droid/GateWay.Droid.csproj +++ b/ZigbeeApp20190114/GateWay.Droid/GateWay.Droid.csproj @@ -40,6 +40,10 @@ <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> <AndroidSupportedAbis /> <AndroidDexTool>d8</AndroidDexTool> + <AotAssemblies>false</AotAssemblies> + <EnableLLVM>false</EnableLLVM> + <AndroidEnableProfiledAot>false</AndroidEnableProfiledAot> + <BundleAssemblies>false</BundleAssemblies> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugSymbols>true</DebugSymbols> -- Gitblit v1.8.0