I tried to install Xamarin.Android.Support.v4 on Xamarin Project.But it shows errors

若如初见. 提交于 2021-01-29 14:34:35

问题


Severity Code Description Project File Line Suppression State Error Could not install package 'Xamarin.Android.Support.v4 28.0.0.3'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile78', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.


回答1:


If Manage Packages is for Forms project , can not install Xamarin.Android.Support.v4 nuget package .(AppEntryTest is name of my project)

You need to open Manage Packages for Solution (Right click solution -> select Manage Nuget Packages for solution..)

then can install as follow :



来源:https://stackoverflow.com/questions/62209173/i-tried-to-install-xamarin-android-support-v4-on-xamarin-project-but-it-shows-er

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!