3

Im trying to make a toolbar with xamarin using android support v7 app combat. The thing is its working fine without support v7 app combat package but when i install the package i get like 60 errors all of a sudden. Some errors :

error:package android.support.v7.internal.widget does not exist

error: package android.support.v4.app does not exist

It is strange, i tried uninstalling the packages and re-installing them i also tried installing different versions of the packages. Both didnt work for me.

Edit: Screenshot

enter image description here

Harshad Pansuriya
  • 20,189
  • 8
  • 67
  • 95
MeteHan
  • 289
  • 2
  • 16

1 Answers1

1

You have to delete the Folder inside

User/UserName/AppData/Local/Xamarin/Android.Support.v4/

and then rebuild Again in Visual Studio. It will download again.

Or if you have this error

Warning major version 52 is newer than 51

visit this below answer :

Warning major version 52 is newer than 51, the highest major version supported by this compiler

Community
  • 1
  • 1
Harshad Pansuriya
  • 20,189
  • 8
  • 67
  • 95