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. Android : "the services arguments must be set for a service not run in an external library"
Forum Updated to NodeBB v4.3 + New Features

Android : "the services arguments must be set for a service not run in an external library"

Scheduled Pinned Locked Moved Solved Mobile and Embedded
4 Posts 3 Posters 324 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.
  • F Offline
    F Offline
    Francky033
    wrote on last edited by Francky033
    #1

    Since the upgrade to QtCreator 4.13, I get an error message when I want to save my AndroidManifest.xml

    It is the management of the apk expansion downloader service that causes a problem.

    ```
    

    <android service:name="com.google.android.vending.expansion.downloader.impl.DownloaderService" android:enabled="true"/>
    <receiver android:name="com.google.android.vending.expansion.downloader.impl.DownloaderService$AlarmReceiver" android:enabled="true"/>

    
    Qt creator shows me the error message: "Cannot save when there are invalid services".
    ![2020-09-01.png](https://ddgobkiprc33d.cloudfront.net/b28519b0-f93b-42f2-ab9d-9d1b517e6706.png) 
    
    There's an exclamation point that says "the services arguments must be set for a service not run in an external library".
    
    When I check "run in external process", it still asks me "process name" and "process argument".
    
    What should I put?
    
    Thanks!
    1 Reply Last reply
    0
    • M Offline
      M Offline
      morte
      wrote on last edited by
      #2

      @Francky033 do you have typo in your post here: "<android service:name="com.google..." ?

      1 Reply Last reply
      0
      • FalsinSoftF Offline
        FalsinSoftF Offline
        FalsinSoft
        wrote on last edited by
        #3

        Hi

        As replied in the github issue tracker is a bug of new Qt Creator as reported here:

        https://bugreports.qt.io/browse/QTCREATORBUG-24557

        We have to wait for a fix or manually edit the AndroidManifest.xml file...

        1 Reply Last reply
        0
        • F Offline
          F Offline
          Francky033
          wrote on last edited by
          #4

          Yes, we have to wait for a fix !

          Thanks!

          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