Back to Cordova

2022 11 20

slack-digest/2022-11-20.md

latest1.1 KB
Original Source

Cordova Slack Digest

Sun, 20 Nov 2022 08:21:30 GMT

User count: 4718

Join the conversation at slack.cordova.io

Channel #cordova-android (1 messages)


Sat, 19 Nov 2022 20:17:01 GMT

@alex678 says

Hello, i'm developping new version of my app, then it works on Android SDK 32 Simulator, but crash on my Xiaomi SDK 30, also screensplash problem : Binary XML file line #24 in com.consultali.izitime:layout/splash_screen_view: if you have any idea please.

I think is due to the following code (worked before but not with sdk target 32): <resource-file src="res/values/android/styles.xml" target="app/src/main/res/values/styles.xml" /> <edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application/activity"> <activity android:theme="@style/MyAppTheme" /> </edit-config>

<?xml version='1.0' encoding='utf-8'?> <resources> <style name="MyAppTheme" parent="@style/Theme.AppCompat.NoActionBar"> <item name="android:colorAccent">#D3E3FD</item> </style> </resources>