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. Google WearOS 2.1

Google WearOS 2.1

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 458 Views 1 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.
  • P Offline
    P Offline
    pier shaw
    wrote on last edited by pier shaw
    #1

    Help Google WearOS 2.1 not working I tried even a empty project but I always get this screen I can build on android and everything else :(

    20191210_221459.jpg

    P 1 Reply Last reply
    0
    • P pier shaw

      Help Google WearOS 2.1 not working I tried even a empty project but I always get this screen I can build on android and everything else :(

      20191210_221459.jpg

      P Offline
      P Offline
      polos
      wrote on last edited by polos
      #2

      @pier-shaw I encountered the same error using Qt 5.15. After editing the AndroidManifest.xml in Qt Creator, I needed to add this property inside activity:

          android:theme="@android:style/Theme.DeviceDefault"
      

      You will probably also need the following 2 settings: this one inside manifest:
      <uses-feature android:name="android.hardware.type.watch"/>

      and this one inside activity:
      <meta-data android:name="com.google.android.wearable.standalone" android:value="true"/>

      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