我正在尝试在我的 Sony ST23i(Android 4.0.3-API 15)上打开这个应用程序。所以我将“Minimum Android to Target”从“Android 4.3 API Level 18”更改为“Android 4.0.3 API Level 15”。但是现在当我尝试部署应用程序时出现这些错误。
The $(TargetFrameworkVersion) for FormsViewGroup.dll (v7.0) is greater than the $(TargetFrameworkVersion) for your project (v6.0). You need to increase the $(TargetFrameworkVersion) for your project.
The $(TargetFrameworkVersion) for Xamarin.Forms.Platform.Android.dll (v7.0) is greater than the $(TargetFrameworkVersion) for your project (v6.0). You need to increase the $(TargetFrameworkVersion) for your project.
The $(TargetFrameworkVersion) for Xamarin.Forms.Platform.dll (v7.0) is greater than the $(TargetFrameworkVersion) for your project (v6.0). You need to increase the $(TargetFrameworkVersion) for your project.
我无法从它返回的 csproj 文件中增加 TargetFrameworkVersion 到 6。如何在我的手机上运行此应用程序?