From 8ae94869a755becf62cf7e9cd8dfb328cccfc5c6 Mon Sep 17 00:00:00 2001 From: Robin-Manuel Thiel Date: Sun, 11 Dec 2016 16:10:05 +0100 Subject: [PATCH] Update README.md --- Troubleshooting/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting/README.md b/Troubleshooting/README.md index 69f6434..be10e89 100644 --- a/Troubleshooting/README.md +++ b/Troubleshooting/README.md @@ -28,7 +28,7 @@ If this does not fix the problem: 1. Close Visual Studio / Xamarin Studio 1. Open the folder where your Android project lies and delete the `obj` and `bin` folder -1. Open the folder where your `.sln` file and `packages` lies and delte the `packages folder` +1. Open the folder where your `.sln` file and `packages` lies and delete the `packages folder` 1. Go to the `%UserProfile%\.nuget\packages\` folder (Windows) or `~/.nuget/packages` folder (Mac) and delete all `Xamarin.Android.*` folders 1. Go to the `%UserProfile%\AppData\Local\Xamarin` folder (Windows) or `~/.local/share/NuGet/Cache` folder (Mac) and delete all `Xamarin.Android.*` folders and the `zips` folder 1. Reopen Visual Studio / Xamrin Studio, right-click your Solution and select Rebuild Solution