“java.exe”已退出,代码为1,Xamarin.android.common.targets

ifmq2ha2  于 2022-12-07  发布在  Java
关注(0)|答案(1)|浏览(139)

当我将我的项目从Vs2019(专业版16.11.0)导出到Vs2022(社区版)时,我遇到了以下问题。
Apps targeting Android 12 and higher are required to specify an explicit value forandroid:exportedwhen the corresponding component has an intent filter defined
我已经解决了一些问题,并设置Android:导出为真的接收器,但它没有工作,任何关于如何克服这个错误的建议,这将是很大的帮助。谢谢

tktrz96b

tktrz96b1#

首先,请检查项目中所有具有Intent过滤器的Activity、Services和BroadcastReceiver是否具有android:exported
另外,有时android:exported只有在AndroidManifest.xml中声明才能工作,比如这个例子。

相关问题