Finally, found the solution:
add: android:maxAspectRatio=“2.4”
to the extra trags for “activity” or “application” inside the project settings.
Because apps need to be explicitly flagged to support a screen aspect ratio of 18:9.
For some reason the setting inside project settings (“Android>Maximum supportet aspect ratio”) has no effect.