We have a welcome screen scene that then transitions to a character select scene. The character select scene works fine on the simulator but on my Android device it crashes (no runtime error) with this message:
Jul 17 08:54:17.345 Pixel XL: Force finishing activity com.gmail.l
Jul 17 08:54:17.345 iamd94.ULF4/com.ansca.corona.CoronaActivity
Jul 17 08:54:17.367 Pixel XL: Failed setting process
Jul 17 08:54:17.367 group of 29101 to 1
Jul 17 08:54:22.266 Pixel XL: Ignoring remove of i
Jul 17 08:54:22.266 nactive process: ProcessRecord{e9b2ce0 0:com.gmail.liamd94.ULF4/u0a152}
We narrowed it down to this happens as soon as there’s any reference of “display”
Here’s the files:
https://github.com/dwesa/ULF4/blob/master/scenes/welcomeScreen.lua
https://github.com/dwesa/ULF4/blob/master/scenes/selection/selectionView.lua