发布问题“您已经上传了可以调试的APK或Android应用程序捆绑包”。

时间:2020-03-10 16:52:20

标签: xamarin.forms xamarin.android

我正在发布一个应用程序,它引发了以下错误:

您已经上传了可以调试的APK或Android应用程序捆绑包。

它要求我将其放入manifest.xml文件中,而我已经做到了

android:debuggable="false"

这应该放在应用程序的哪一部分:

#if DEBUG
  [Application (Debuggable = true)]
#else
  [Application (Debuggable = false)]
#endif

感谢您的帮助

0 个答案:

没有答案