Hi, I recently encountered this issue where everything works perfectly fine on Web (ionic serve) but all builds for both Android & iOS are compiling successfuly but just show a blank white screen. I haven’t updated the project’s just the global Angular version, I have no idea what to debug because everything seems to be working fine on Web but not on Native. Here’s the log from my Android Studio:
2021-02-19 23:36:58.174 562-562/? E/Zygote: isWhitelistProcess - Process is Whitelisted
2021-02-19 23:36:58.175 562-562/? E/Zygote: accessInfo : 1
2021-02-19 23:36:58.230 562-562/? E/om.dn.honeycoi: Unknown bits set in runtime_flags: 0x8000
2021-02-19 23:36:58.872 562-562/com.dn.honeycoin E/om.dn.honeycoi: Invalid ID 0x00000000.
2021-02-19 23:36:59.159 562-562/com.dn.honeycoin E/om.dn.honeycoi: Invalid ID 0x00000000.
2021-02-19 23:36:59.160 562-562/com.dn.honeycoin E/om.dn.honeycoi: Invalid ID 0x00000000.
2021-02-19 23:37:06.622 562-700/com.dn.honeycoin E/OpenGLRenderer: ReliableSurface: perform returned an error
2021-02-19 23:37:06.701 562-562/com.dn.honeycoin E/ViewRootImpl: sendUserActionEvent() mView returned.
2021-02-19 23:41:59.300 562-562/com.dn.honeycoin E/ViewRootImpl@5b5a774[MainActivity]: Surface is not valid.
2021-02-19 23:42:01.745 562-562/com.dn.honeycoin E/ViewRootImpl@5b5a774[MainActivity]: Surface is not valid.
2021-02-19 23:45:39.700 562-562/com.dn.honeycoin E/ViewRootImpl@5b5a774[MainActivity]: Surface is not valid.
2021-02-19 23:45:42.259 562-700/com.dn.honeycoin E/OpenGLRenderer: ReliableSurface: perform returned an error
2021-02-19 23:50:44.195 562-700/com.dn.honeycoin E/OpenGLRenderer: ReliableSurface: perform returned an error
Version - Ionic 5 / Capacitor 2.4
Please help - sort of urgent as this build contains fixes for the production build but I can’t ship because of this issue.
Best,
David.
1 post - 1 participant