赞
踩
今天在 BlackBox 盒子启动应用,在 Android13 上,启动使用 agp7 打出包又遇到了应用启动之后出现闪退,记录一下吧!
黑盒BlackBox,是一款虚拟引擎,可以在Android上克隆、运行虚拟应用,拥有免安装运行能力。黑盒可以掌控被运行的虚拟应用,做任何想做的事情。
在此之前我的应用 androidx.work:work-runtime:2.1.0 -> 2.7.0
版本是 2.1.0,升级到 2.7.0 问题不再复现了。
//fix: argeting S+ (version " + Build.VERSION_CODES.S
//370 + " and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE"
//371 + " be specified when creating a PendingIntent.\nStrongly consider"
//372 + " using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality"
//373 + " depends on the PendingIntent being mutable, e.g. if it needs to"
//374 + " be used with inline replies or bubbles.
// 2.7.0 2.8.0
configurations.all{
resolutionStrategy.force 'androidx.work:work-runtime:2.7.0'
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。