QtAndroidTools
QtAndroidTools copied to clipboard
A library to manage Android from QML
### Migration to Qt6 *(CMAKE & QMAKE)* #34 I start migrating some functionality to Qt6 - [x] Apk information (👍 - [x] Baterry State (👍 ) - [x] System information...
Although Qt6.2 now supports the equivalent functionality of Qt5's "androidextras" package, I note no ifdefs in the source code for supporting Qt6.2, resulting in compilation errors like: ``` 18:14:47: Running...
QtAndroidTools is fantastic project. Now a days I am struggling with adding [Facebook Audience Network](https://web.facebook.com/audiencenetwork/) ads in my QML android application. I hope QtAndroidTools will become a lot more stronger...
Qt Purchasing seems to be deprecated in Qt 6 and I think it would be useful to have QtAndroidTools addressing these features. Simple inApps purchase and subscription.
Trying to integrate AdMob rewarded videos but quite frequently getting "Error 3" - even for test unit id... One way to possibly help lessen the occurrences of No fills is...
Hi, QtAndroidAdMobBanner not support split screen please try App Demo in split mode
With Qt6.7.0-beta1 you get compilation errors like `"error: cannot pass object of non-trivial type 'QtJniTypes::Context' through variadic constructor; call will abort at runtime [-Wnon-pod-varargs]"` Which can be fixed by changing...
Hi, There is a recent ad format in Admob: [App Open Ads](https://developers.google.com/admob/android/app-open). Is there any plan for supporting it? I made it by hand back then in some of my...
Get an error when I implement it in the qgroundcontroll app QAndroidBatteryState.cpp QAndroidBatteryState.h QT5.15.2 ERROR: fatal error: 'QJniObject' file not found #include
I think leakcanary can be added to debug memoryleak on qt android! https://square.github.io/leakcanary/