ItemGroup `XamarinBuildDownloadRestoreAssemblyAar` is no longer supported. If your build is failing, revert to an older Xamarin.Build.Download version, or migrate your packages to use the new `XamarinBuildDownloadAndroidAarLibrary` ItemGroup.

kamal 1 Reputation point
2021-03-11T10:18:48.2+00:00

ItemGroup XamarinBuildDownloadRestoreAssemblyAar is no longer supported. If your build is failing, revert to an older Xamarin.Build.Download version, or migrate your packages to use the new XamarinBuildDownloadAndroidAarLibrary ItemGroup. If your build is succeeding it is safe to ignore this warning. I am getting above issue while createing apk in xamarin.android

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,296 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,656 Reputation points Microsoft Vendor
    2021-03-29T09:29:02.147+00:00

    Hello,​

    Welcome to our Microsoft Q&A platform!

    This issue was reported and triaged in the github. Any update will post this thread.

    https://github.com/xamarin/XamarinComponents/issues/784

    Best Regards,

    Leon Lu


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Billel Aounallah 1 Reputation point
    2021-10-18T19:06:36.337+00:00
    MSBuild -restore -flp:v=diag;logfile=MSBuild.log -t:SignAndroidPackage -p:Configuration=Release
    
    0 comments No comments