From 505effa88b17ce8c3c7ac5403b76d9e5d0cfc2a5 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期一, 28 十月 2024 11:58:31 +0800 Subject: [PATCH] 谷歌版本问题修复 --- HDL-ON_Android/HDL-ON_Android.csproj | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index de5637e..d2c12e8 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -48,6 +48,7 @@ <AndroidUseAapt2>true</AndroidUseAapt2> <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> <AndroidSupportedAbis>arm64-v8a;armeabi-v7a</AndroidSupportedAbis> + <AndroidPackageFormat>aab</AndroidPackageFormat> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugSymbols>True</DebugSymbols> @@ -150,9 +151,6 @@ <Reference Include="http"> <HintPath>..\DLL\FL\Android\http.dll</HintPath> </Reference> - <Reference Include="UMSdkDroid"> - <HintPath>..\DLL\UMeng\UMSdkDroid.dll</HintPath> - </Reference> <Reference Include="Mono.Android.Export" /> <Reference Include="ScanSdk"> <HintPath>..\DLL\Scan\ScanSdk.dll</HintPath> @@ -187,11 +185,11 @@ <Reference Include="Shared.Droid.HDLWidget"> <HintPath>..\DLL\Android\Shared.Droid.HDLWidget.dll</HintPath> </Reference> - <Reference Include="Shared.Droid.JPush"> - <HintPath>..\..\绗笁鏂瑰姛鑳絓鏋佸厜\Sdk5.4.0\2024-07-19\Shared.Droid.JPush.dll</HintPath> - </Reference> <Reference Include="Shared.Droid.HDLLinphone"> <HintPath>..\DLL\Linphone\Android\Shared.Droid.HDLLinphone.dll</HintPath> + </Reference> + <Reference Include="System.Net.Http"> + <HintPath>..\..\..\..\..\..\Library\Frameworks\Xamarin.Android.framework\Versions\13.2.2.0\lib\xamarin.android\xbuild-frameworks\MonoAndroid\v1.0\System.Net.Http.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -639,6 +637,9 @@ <AndroidAsset Include="Assets\Phone\FunctionIcon\Acst\Inverter\BatteryIconDischarg100.png" /> <AndroidAsset Include="Assets\Phone\FunctionIcon\Acst\Inverter\BatteryIconFault100.png" /> <AndroidAsset Include="Assets\Phone\FunctionIcon\Acst\Inverter\BatteryIconShutdown100.png" /> + <AndroidAsset Include="Assets\Phone\Collection\TokenInvalidTipIcon.png" /> + <AndroidAsset Include="Assets\Phone\Public\RightIcon2.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\ArmSensor\Power80pIcon.png" /> </ItemGroup> <ItemGroup> <AndroidResource Include="Resources\values\colors.xml" /> -- Gitblit v1.8.0