在PlatformConfiguration中尝试新的Xamarin.Forms 2.3.3.166-pre4,但是在UWP上将工具栏移到底部就是不想工作。我做错了什么?
using Xamarin.Forms;
using Xamarin.Forms.PlatformConfiguration;
using Xamarin.Forms.PlatformConfiguration.WindowsSpecific;
namespace FormsToolBarDemo
{
public partial class MainPage:ContentPage
{
p
我的解决方案包括3个项目:
我的后端项目与程序集My_Test_App (可移植)
My_Test_App.Android
My_Test_App.iOS
我使用VS2015进行开发,并使用mac进行构建和部署。它在iOS模拟器中工作得很好。我的iOS项目不使用链接器。另外,我已经没有检查LLVM和增量构建了。
但是,当我尝试对iPhone设备进行调试时,我得到了以下错误:
Severity Code Description Project File Line Suppression State
Error Could not AOT t
Xamarin,android,Toast,View,Rerun,Null。
下面是代码片段
Toast t = Toast.MakeText(context, message, shorOrLong);
Color c = color;
ColorMatrixColorFilter CM = new ColorMatrixColorFilter(new float[]
{
0,0,0,0,c.R,
0,0,0,0,c.G,
在上次更新Visual Studio版本16.9.x并更新到Xamarin.Forms 5.0后,热重新加载不起作用。 这是我在启动应用程序时得到的输出: Hot Reload IDE Extension Loaded
(FinansovoPregledi.Android) XAML Hot Reload is using 'changes only' mode
XAML Hot Reload initializing...
WARN: (FinansovoPregledi.Android) Unknown Breakpoint Hit: Android.Runtime.JN
当我在构建项目后在vs for mac (xamarin.form)中创建新的解决方案时,我得到了这个错误。
我现有的项目工作得很好。我得到了这个新的解决方案。
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets(3,3): Error: No installed provisioning profiles match the installed iOS signing identities. (Myxamapp.iOS)
我快疯了。我想用VisualStudio2019为Android8.0编译Xamarin.Forms --我认为设置都是正确的,但我总是得到:
Error The $(TargetFrameworkVersion) for App_test32.Android (v8.0) is less than the minimum required $(TargetFrameworkVersion) for Xamarin.Forms (8.1). You need to increase the $(TargetFrameworkVersion) for App_test32.Andro
当我试图在发布模式下运行我的程序时,它会出现以下错误:
Severity Code Description Project File Line Suppression State
Error XAGJS7004 System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.G