Reputation: 85
I've tried to update Windows and downloaded .NET Framework 4.5. I've got Windows 7 Professional x32 and also Visual C# Express 2010 installed.
An error has occurred
Errors have ocurred Please attach te installation log if you contact about this error, thank you! installation of archive mono-android-4.8.00013.msi failed with exception Xamarin.Web.Installer.Installer.InstallationArchiveHandler.Install(String path, Boolean needsPrivileges) CallSite.Target(Closure , CallSite , InstallationArchiveHandler , String , Object ) Xamarin.Web.Installer.Installer.BaseSoftwareItem.Install(UInt32 tryNumber) Xamarin.Web.Installer.Installer.MonoAndroidSdkSoftwareItem.Install(UInt32 tryNumber) WindowsInstaller.ProgressPage.InstallationWorker()
Upvotes: 0
Views: 1655
Reputation: 1135
I faced the exact same issue this last weekend when I tried to update my Xamarin setup. No matter how many times I tried it always failed with the exact messages which you have got. I guess it a bug in the setup file.
Anyways, I was able to resolve the issue by manually installing Monodroid. You will find the downloaded file in your "%temp%" directory. Look for Xamarin folder and install the msi directly and it will go through without any issues.
Upvotes: 2