benlau / androidnative.pri

Calling Android functions from Qt without using JNI
Apache License 2.0
103 stars 15 forks source link

Unable to create splash screen using Fluid #12

Closed edips closed 6 years ago

edips commented 6 years ago

I tried it for app and I got the error: qrc:/main.qml:14 ((null)): qrc:/main.qml:14:25: Unable to assign int to QQuickAnchorLine It linked to initialPage: Components , it didn't recognize this. I also couldn't run the example app, it gave error: ../androidnativeexample/main.cpp:7:32: fatal error: qadrawableprovider.h: No such file or directory #include "qadrawableprovider.h" I read your blog about splash screen for Android and came here directly, Thanks

rmallah commented 6 years ago

Hi edips , this will go away just install

https://www.qpm.io/packages/com.github.benlau.quickandroid/index.html

edips commented 6 years ago

Hi rmallah I managed to show splash screen before without using animation scripts. I forgot to close the subject. It would be great to run animated codes, I will try your suggestion . Thank you.