扑动应用程序崩溃只在Xperia 10 III,如何模拟在android工作室?



我在firebase测试实验室测试了我的应用包,在一些设备上,我也在家里和朋友的真实设备上测试了我的应用包。除索尼Xperia 10 III外,所有运行都可以

Android版本:12

版本号:bitra.gen . 00411-25,bitra.gen . 00411-25

当前版本:4.19.157-perf+#1星期五Apr 22 19:25:04 JST 2022

numsamro de build: 62.1.A.0.587 release-keys

如何在android studio上模拟这个设备?谢谢你

这是我的舱单

<application
android:label="XXXX"
android:icon="@mipmap/ic_launcher">
android:requestLegacyExternalStorage="true"
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-2985316085233177~9082095901"/>
<activity
android:name=".MainActivity"
android:exported="true"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
<!-- This keeps the window background of the activity showing
until Flutter renders its first frame. It can be removed if
there is no splash screen (such as the default splash screen
defined in @style/LaunchTheme). -->
<meta-data
android:name="io.flutter.app.android.SplashScreenUntilFirstFrame"
android:value="true" />
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<meta-data
android:name="flutterEmbedding"
android:value="2" />
</application>

添加哨兵包,然后运行测试,它将异常/问题报告给您的仪表板,以便您可以调试它

你能检查"android:exported" ="true"manifest file活动标签的属性或其他activitiesservicesmanifest文件中声明?

使用此属性声明活动和服务所需的Android 12

编辑你可以用android-12作为模拟器

相关内容

  • 没有找到相关文章

最新更新