English 中文(简体)
Error : Anders 内容不存在 网络认证员
原标题:Error : Android.Content does not exists Web authenticator

我正试图在马斯特安普阿(NET8)实施奥森特语。

I am following the steps mentioned here: https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/communication/authentication?view=net-maui-8.0&tabs=android

但是,从现在起就把气 变成了。 内容不存在<>。

“entergraph

问题回答

Error : Anders 内容不存在......

这是因为命名空间产生模棱两可,试图利用:

global::Android.Content.Intent.ActionView

For more info you can refer to this case: Missing / Not found Android.App namespace on Maui.





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...

Role/Permission based forms authorizing/authentication?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....