Closed moljac closed 4 years ago
XBD downgraded to 0.7.0
GooglePlayServicesProject.cshtml
@*
<!--
NOTE:
Xamarin.Build.Download version set in GooglePlaySericesProjects.cshtml template is
important for attributes in GooglePlaySericesTargets.cshtml template
XamarinBuildDownloadAndroidAarLibrary v >= 0.10.0
XamarinBuildDownloadRestoreAssemblyAar v < 0.10.0
-->
*@
<ItemGroup>
<PackageReference Include="Xamarin.Build.Download" Version="0.7.0" />
</ItemGroup>
GooglePlayServicesTargets.cshtml
<ItemGroup>
@*
<!--
NOTE:
Xamarin.Build.Download version set in GooglePlaySericesProjects.cshtml template is
important for attributes in GooglePlaySericesTargets.cshtml template
XamarinBuildDownloadAndroidAarLibrary v >= 0.10.0
XamarinBuildDownloadRestoreAssemblyAar v < 0.10.0
-->
*@
<XamarinBuildDownloadRestoreAssemblyAar Include="$(XamarinBuildDownloadDir)@(xbdAarPath)" />
</ItemGroup>
Operating System & Version (eg: Mac OSX 10.11):
MacOSX and Windows
Google Play Services Version (eg: 8.4.0):
GPS-FB with AndroidX dependencies:
https://github.com/xamarin/GooglePlayServicesComponents/tree/master_based_androidx
Describe your Issue:
Building samples that reference all nugets fails with R8 error (ACW generation):
Steps to Reproduce (with link to sample solution if possible):
NOTE: long build time!
Open
./samples/all/BuildAll.sln
in IDE.Include any relevant Exception Stack traces, build logs, adb logs:
GpsBuildAll MacOSX Visual Studio for Mac
ACW errors:
FbBuildAll MacOSX Visual Studio for Mac
ACW errors:
./output/PlayServicesPackages.targets
./output/FirebasePackages.targets