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