Android P - 警告:"incompatible version of the Android OS"

Android P - warning: "incompatible version of the Android OS"

运行 我们在设备上的应用 Android P (9.0) - 在应用启动时显示警告:

(You app name) was built for an incompatible version of the Android OS and may behave unexpectedly. An update version of the app may be available.

我们也在系统应用程序(即消息)上看到它。

知道为什么以及如何克服它吗?

(您的应用名称)应用或您的应用使用的任何库是否在清单中具有 uses-sdk maxSdkVersion 值?

https://developer.android.com/guide/topics/manifest/uses-sdk-element

在AndroidP的新版本中,它不会出现。