- Status: Fixed
- Priority: Normal
- Resolution: Fixed
- Platform: Android
- Affects version: 1.10.1.0
I finished the first FGX app and published it on the Google Play Store.
On some devices, the app now starts with a white and blank screen. I cannot see any components.
If you start this app from the IDE or install the APK file manually, everything will be fine. Only the installation from the store does not work.
When I look at the Logcat I see the following entries:
05-05 10:50:23.209 1120 1120 I SurfaceFlinger: Remove BufferLayer(0x7e5517b000) com.lge.launcher3/com.lge.launcher3.LauncherExtension@3227#0 (-1 x -1) 05-05 10:50:23.211 1120 1120 I MiniDump: ------------------------------------------------------------------------------------------- 05-05 10:50:23.211 1120 1120 I MiniDump: Handle | Comp Type | Transform | Alpha | Disp Frame (LTRB) | Source Crop (LTRB) | Disp[19260717643626369, p] "SW43103 cmd m" 05-05 10:50:23.211 1120 1120 I MiniDump: 0x7e55197000 | DEVICE | 0 | 1.000 | 0 0 1080 2460 | 0.0 0.0 1080.0 2460.0 | de.bauer_software.hoai/co[...]FMXNativeActivity@25119#0 05-05 10:50:23.211 1120 1120 I MiniDump: 0x7e550da000 | DEVICE | 0 | 0.894 | 0 0 1080 2460 | 0.0 0.0 1080.0 2460.0 | Splash Screen de.bauer_software.hoai@1830#0 05-05 10:50:23.211 1120 1120 I MiniDump: 0x7e61b39000 | DEVICE | 0 | 1.000 | 0 0 1080 76 | 0.0 0.0 1080.0 76.0 | StatusBar@2685#0 05-05 10:50:23.211 1120 1120 I MiniDump: 0x7e56134000 | DEVICE | 0 | 1.000 | 0 2334 1080 2460 | 0.0 0.0 1080.0 126.0 | NavigationBar0@2685#0 05-05 10:50:23.359 1120 1120 I SurfaceFlinger: Remove ContainerLayer(0x7e54b86000) Surface(name=ae99098 Splash Screen de.bauer_software.hoai)/@0xd78a0c - animation-leash#0 (-1 x -1) 05-05 10:50:23.359 1120 1120 I SurfaceFlinger: Remove BufferLayer(0x7e550da000) Splash Screen de.bauer_software.hoai@1830#0 (-1 x -1) 05-05 10:50:23.359 1120 1120 I SurfaceFlinger: Remove ContainerLayer(0x7e61aca000) ae99098 Splash Screen de.bauer_software.hoai#0 (-1 x -1) 05-05 10:50:23.360 1120 1120 I MiniDump: ------------------------------------------------------------------------------------------- 05-05 10:50:23.360 1120 1120 I MiniDump: Handle | Comp Type | Transform | Alpha | Disp Frame (LTRB) | Source Crop (LTRB) | Disp[19260717643626369, p] "SW43103 cmd m" 05-05 10:50:23.360 1120 1120 I MiniDump: 0x7e55197000 | DEVICE | 0 | 1.000 | 0 0 1080 2460 | 0.0 0.0 1080.0 2460.0 | de.bauer_software.hoai/co[...]FMXNativeActivity@25119#0 05-05 10:50:23.360 1120 1120 I MiniDump: 0x7e61b39000 | DEVICE | 0 | 1.000 | 0 0 1080 76 | 0.0 0.0 1080.0 76.0 | StatusBar@2685#0 05-05 10:50:23.360 1120 1120 I MiniDump: 0x7e56134000 | DEVICE | 0 | 1.000 | 0 2334 1080 2460 | 0.0 0.0 1080.0 126.0 | NavigationBar0@2685#0 05-05 10:50:23.395 2685 2685 I LightBarTransitionsController: animateIconTint() : skip : mNextDarkIntensity = 0.0
Any idea what's going wrong here?
Recommended Comments
Create an account or sign in to comment