From fd35765e6725aca71dd263f097b911c039c0e3c4 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 28 四月 2021 09:18:27 +0800 Subject: [PATCH] 2021-04-28 1.调整萤石SDK初始化SDK位置。 --- HDL-ON_Android/HDL-ON_Android.csproj | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index 492ce63..bd6fa94 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -146,6 +146,15 @@ <Reference Include="videophone"> <HintPath>..\DLL\FL\Android\videophone.dll</HintPath> </Reference> + <Reference Include="Square.OkHttp3"> + <HintPath>..\DLL\EZvizMonitor\Square.OkHttp3.dll</HintPath> + </Reference> + <Reference Include="Square.OkIO"> + <HintPath>..\DLL\EZvizMonitor\Square.OkIO.dll</HintPath> + </Reference> + <Reference Include="ys"> + <HintPath>..\DLL\EZvizMonitor\ys.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Compile Include="MainActivity.cs" /> @@ -324,6 +333,10 @@ <SubType></SubType> <Generator></Generator> </AndroidResource> + <AndroidResource Include="Resources\drawable\launchImage.xml"> + <SubType></SubType> + <Generator></Generator> + </AndroidResource> </ItemGroup> <ItemGroup> <Folder Include="Resources\drawable\" /> @@ -361,9 +374,6 @@ </PackageReference> <PackageReference Include="XamarinLibrary.Xamarin.Android.Manual.JPush"> <Version>3.7.0</Version> - </PackageReference> - <PackageReference Include="Bugly"> - <Version>4.3.1</Version> </PackageReference> <PackageReference Include="Xamarin.Android.Support.Constraint.Layout"> <Version>1.1.0</Version> @@ -1106,6 +1116,7 @@ <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\airFreshjinmao.png" /> <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\HomeIcon\airFreshjinmao_blue.png" /> <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\HomeIcon\airFreshjinmao_white.png" /> + <AndroidAsset Include="Assets\Phone\PersonalCenter\SmartSpeaker.png" /> </ItemGroup> <ItemGroup> <AndroidNativeLibrary Include="libs\armeabi-v7a\libelianjni.so" /> -- Gitblit v1.8.0