Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmanuelthiel authored Dec 11, 2016
1 parent 18114c2 commit 8ae9486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Troubleshooting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kbd>Rebuild Solution</kbd>
Expand Down

0 comments on commit 8ae9486

Please sign in to comment.