Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [SOLVED] Forcing Horizontal Orientation on Android and how to edit the Android Manifest
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Forcing Horizontal Orientation on Android and how to edit the Android Manifest

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 1.1k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    drewpotter
    wrote on last edited by drewpotter
    #1

    Hello,

    I have discovered online how to force an Android app to be horizontal only. You add the following to the Android Manifest:

    android:screenOrientation="landscape"

    However, I can't see how to edit the Android Manifest. When I build my Qt5 App it overwrites the Android Manifest.

    Is there a way to force horizontal orientation from Qt5?

    Thanks.

    p3c0P 1 Reply Last reply
    0
    • D drewpotter

      Hello,

      I have discovered online how to force an Android app to be horizontal only. You add the following to the Android Manifest:

      android:screenOrientation="landscape"

      However, I can't see how to edit the Android Manifest. When I build my Qt5 App it overwrites the Android Manifest.

      Is there a way to force horizontal orientation from Qt5?

      Thanks.

      p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      @drewpotter Go to: Projects -> Build -> Build Android APK -> Create Templates.
      More info here. Check under Editing Manifest Files.

      157

      1 Reply Last reply
      0
      • D Offline
        D Offline
        drewpotter
        wrote on last edited by
        #3

        Thanks problem solved!

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved