我如何解决“您需要在此活动中使用 Theme.AppCompat 主题(或后代)”的问题Android 12 中的问题
我如何解决“您需要在此活动中使用 Theme.AppCompat 主题(或后代)”问题。
安卓12问题...
How I resolved the “You need to use a Theme.AppCompat theme (or descendant) with this activity” Issue.
Android 12 issue...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在迁移到新的 SplashScreen API 时遇到了同样的错误。对我来说,在调用
super.onCreate()
之前在启动活动中调用installSplashScreen()
很有帮助。文档: https://developer.android.com/guide/主题/ui/splash-screen/migrate#migrate_your_splash_screen_implementation
I've faced the same error while migrating to the new SplashScreen API. For me, it was helpful to call
installSplashScreen()
in the starting activity before callingsuper.onCreate()
.Documentation: https://developer.android.com/guide/topics/ui/splash-screen/migrate#migrate_your_splash_screen_implementation
步骤:-1 添加此主题。
步骤:- 2 将此主题分配给清单中的应用程序
Step:-1 Add this theme.
Step:- 2 assign this theme to application in manifest