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

Forums

OverviewFelgo 3 Support (Qt 5) › How install v-play in current project?

Tagged: 

Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • #17002

    EightGroupUnit

    How install v-play in current project?

    Nothing from your information is not working.

    A lot of text, but nothing for solve this problem. I have a hundreds problems and errors/

    #17004

    Günther
    Felgo Team
    #17020

    EightGroupUnit

    i do not understand how i must do, that my project can use your system. Very difficult, i try configure v-play 6 mounth yet.

    I think, that i waste 10 min, but I waste half year. Awful

    #17022

    Günther
    Felgo Team

    To help you solve the issue, please let me know:

    • Were you able to successfully install Felgo with our installer?
    • If yes, are you able to run a simple Felgo project with Qt Creator and the Build Kits installed along with Felgo?
    • In case you are having installation troubles, please have a look at our installation guide / video.

    Also, which project do you want to use Felgo with?

    In case you are trying to add Felgo to an existing Qt Quick Controls application you are developing, please have a look at this post:
    https://felgo.com/developers/forums/t/can-we-use-v-play-components-in-a-qt-quick-controls-2-application

    It shows all the required steps to correctly integrate, link and initialize the Felgo SDK.

    Please get back to me with more information about your specific use-case and system (e.g. operating system + version) so we can set everything up correctly.

    Best,
    Günther

     

     

    #17054

    EightGroupUnit

    Не удалось разрешить зависимость «Core(4.3.0)»

    Не удалось разрешить зависимость «ProjectExplorer(4.3.0)»

    Не удалось разрешить зависимость «Help(4.3.0)»

    #17057

    Günther
    Felgo Team

    Hi,

    which version of Qt Creator are you using together with Felgo?

    Felgo comes with a custom Qt Creator plugin that is only compatible with Qt Creator 4.3.0, which is why you see this message:
    Не удалось разрешить зависимость «Core(4.3.0)»

    Felgo currently uses Qt 5.9 and Qt Creator 4.3.0. Please use Qt 5.9/Qt Creator 4.3.0. You can also install Felgo with our installer to use the correct Qt version.

    Best,
    Günther from Felgo

    #17076

    EightGroupUnit

    This problem was solved.

    I reinstalled v-play and all was working

    #17077

    EightGroupUnit

    New problem!)

    “Felgo license Reminder/

    The app identifier of this license does not

    match the one detected at runtime or from config.json. Please request a new licenseKey

    for you app identifier. Do you want to request a new license key?”

     

    I done, this actions, but this not work.

    #17078

    EightGroupUnit

    On Android vplay send this error:

    “B:\Projects\24Click\mainwindow.h:15: ошибка: VPApplication: No such file or directory
    #include <VPApplication> ”
    ^

    #17079

    Marcin

    HI,

    As for the issue:

    New problem!)

    “Felgo license Reminder/

    The app identifier of this license does not

    match the one detected at runtime or from config.json. Please request a new licenseKey

    for you app identifier. Do you want to request a new license key?”

     

    I done, this actions, but this not work.

    It happens to me from time to time.
    Not saying the issue is the same for you as for me but… for me the case was I had sometimes a space, at the beginning or at the end of the app key(com.yourcompany.app) etc when I was creating a key on V-play website.
    Can only suggest to always double check you don’t have a space at the app identifier when generating a new key.

    #17081

    Günther
    Felgo Team

    Hi,

    as described in the publishing guide, please make sure that the app identifier and version settings for your project in

    • qml/config.json
    • android/AndroidManifest.xml
    • ios/Project-Info.plist

    match the app identifier and version you used for your license key. You can also increase the app version and create a new license-key to make everything is 100% correct.

    Regarding Android: (vpapplication no such file or directory)

    Did you add the Android Build Kit with the MaintenaceTool in your FelgoSDK installation folder, and are you using exactly this Build Kit?
    For more information about configuring Android, please see the mobile deployment guide.

    Best,
    Günther

     

     

    #17090

    EightGroupUnit

    Regarding Android. All done how readed.

    How I can use QQuickView for init in vplay.inintialize ?

    #17091

    Günther
    Felgo Team

    Hi!

    Felgo requires to use QQmlApplicationEngine for initialization.

    It is possible to combine QQmlApplicationEngine with a QQuickView using some code like this:

    QQmlApplcationEngine engine;
    //....
    QQuickView view(&engine, 0);
    

    As you can’t use GameWindow or App QML type as the root Felgo component in this case, it is required to add a GameWindowItem to your main QML for handling the Felgo licensing.

    See here to find an example for using GameWindowItem instead of GameWindow or App in your QML:
    https://felgo.com/mobile-development-tips/how-to-add-v-play-to-your-qt-mobile-app

    Best,
    Günther

    #17148

    EightGroupUnit

    Why, when I load new qml-file, vplay showed Me his logo?

    I understand, that normally watch on this picture once, but this showed every loading

    #17149

    Günther
    Felgo Team

    Hi!

    Are you referring to the Felgo Splash Screen at app startup?
    The splash screen is shown when creating the main GameWindow / App or GameWindowItem Component of your application.
    These types should only exist once in your application. The splash screen will show again when you create a new application window or GameWindowItem.

    By upgrading to Felgo Indie and creating a license key for your application, you can completely remove the splash screen.

    Best,
    Günther

Viewing 15 posts - 1 through 15 (of 21 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