codename_47
codename_47

Reputation: 449

Xamarin Forms Cannot run PCL project

Hi I am trying to do the phoneword (Xamarin.Forms) app given on the Xamarin website. However, the project is not building. The error is shown in the screenshot below:

error messages

Earlier the error message was to extract contents of m2repository to the path:

C:\Users\user\AppData\Local\Xamarin\Xamarin.Android.Support.Design\23.0.1.3\content

Help is really appreciated. Thanks in advance.

Upvotes: 0

Views: 57

Answers (1)

Lex Li
Lex Li

Reputation: 63143

You hit the famous SDK corruption, so the manual steps to fix are not easy.

I have my post here,

https://blog.lextudio.com/2016/05/android-support-repository-and-xamarin-android/

You might need to revise the version numbers to match your case.

Upvotes: 2

Related Questions