Hi!
Yesterday (give or take one day) I got the Fenix update notification and one thing changed in my project that is annoying me a lot.
I used to have the app with the Screen Orientation property set to Sensor Portrait believing that this would allow the user to have the screen rotate 0º and 180º degrees only (and so it seemed to work fine).
The problem is that since said update an error keeps popping up and I had to set the Screen Orientation to Portrait and hope no one would notice the absence of the 180º degree option (“Error 901: The specified screen orientation is not valid: SensorProtrait”).
Is there a bug on the update?
Is there a workaround?
Could my project got corrupted?
I believe you should wait till problems resolves with latest update and after the fix see if problem persist. For now I suggest to be patient and don’t make any changes
I was thinking of opening another thread, but as I believe the problems are related, I preferred mentioning here.
Even doing this procedure, the problem remains, because somehow, it seems to be in the transition before the screen starts. And if the SensorPortrait is set in properties or blocks, the error message is shown as @Calenulma mentioned.
There seems to be a bug in the screen orientation sensor, because in my projects (both in companion or apk) even though the orientation is set to portrait, when starting the app and/or switching screens, if the phone is lying a little bit, the screen rotates to landscape and back to portrait. As the size adjustments are in the initialize block the images and fonts are big and distorted.
I’m guessing the issue IS related with the compile process as the SDK 4.4 seems to have been dropped and Android 5.0 - 5.0.2 (API 21) is the minimum.
— UPDATE —
It HAS TO BE that. The project had no SDK selected and it was taking about 5 minutes to export the APK.
I have just selected 5.0 and it took 30-40 seconds.