larpon / QtFirebase

An effort to bring Google's Firebase C++ API to Qt + QML
MIT License
284 stars 83 forks source link

How to solve gradle 3.0.0 (3.0.1) issues #85

Closed MohammadKanan closed 5 years ago

MohammadKanan commented 6 years ago

To get FireBase functional (Android), i am using Gradle 3.0.0 as directed by , but I encountered enormous issues with this Gradle (It still seems not adapted by Qt!) , the output structure of this Gradle is not identified by Qt build (apk goes in apk/debug/ folder which Qt does not scan while installing on device) this can be corrected by gradle tools. But the big issue is with QML types:

Warning: QML import could not be resolved in any of the import paths: QtQuick.Controls.impl

larpon commented 6 years ago

@MohammadKanan please see https://github.com/Larpon/QtFirebaseExample/issues/12