Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo 3 Support (Qt 5) › Android version code not change

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25427

    Victor Manuel

    I try change the version code from my android app, but don’t working. I changed the values versioncode and versionname in my project.

    1. I change the values in .pro file
    2. I change the values in config.json file
    3. I change the values in AndroidManifest.xml

    I’ve cleaned and compiled again but it doesn’t work.

    Any suggestions?

    #25430

    Günther
    Felgo Team

    Hi Victor,

    What is the exact issue/error you run into?

    Do you have the same problem when building one of the project examples that come with the Felgo SDK?

    If it works with those you can compare the android and qmake configuration to spot potential differences in the setup to your project.

    Also note that in addition to the Android manifest, also the android/build.gradle has some configuration for the identifier and version:

    defaultConfig {
    applicationId = productIdentifier
    versionCode = productVersionCode.toInteger()
    versionName = productVersionName
    // …
    }

    Best,
    Günther

Viewing 2 posts - 1 through 2 (of 2 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded