经过大量的努力和研究,我仍然无法使用Android Studio显示Android 11的闪屏。以下是我的设置。
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="10000" />
<platform name="android">
<splash src="@mipmap/ic_launcher"/>
</platform>
图像png文件在这里
将鼠标悬停在“@mipmap/ic_launcher”条目上也会显示图像
你知道我错过了什么吗
1条答案
按热度按时间nnsrf1az1#
您没有使用更新的首选项。现在是
AndroidWindowSplashScreenAnimatedIcon
和AndroidWindowSplashScreenBackground
。参见https://github.com/apache/cordova-android/pull/1441和https://cordova.apache.org/docs/en/latest/core/features/splashscreen/index.html