我的所有Android项目都存在一个大问题,即错误:
<TextBox x:Name="TextBox"
Text="{Binding Text}">
<TextBox.InputBindings>
<KeyBinding Key="Enter"
Command="{markupExtensions:UpdatePropertySourceWhenEnterPressed}"
CommandParameter="{Binding ElementName=TextBox}"/>
</TextBox.InputBindings>
</TextBox>
。
我真的不知道该怎么做以及如何解决它。有人可以帮我吗?
非常感谢
答案 0 :(得分:1)
在手机的Advanced logging
设置条目中找到Developer options
。
设置为全部允许。
答案 1 :(得分:0)
迟到的回复,但它可能对某人有用。 就我而言:转到设置 -> 系统 -> 开发人员选项 ->