You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have experienced many issues building and then running the QZXingLive example on my android phone.
The same example runs perfectly on Windows.
The BarcodeEncoder example also runs perfectly on both android and Windows.
With a number of changes to I finally managed to build QZXingLive for android but it doesn't run properly.
It shows a blank screen and no camera input is displayed.
To get the build to work I had to modify:
examples/QZXingLive/android/gradle/wrapper/gradle-wrapper.properties
to use gradle-6.9.1-bin.zip
examples\QZXingLive\android\build.gradle
to use com.android.tools.build:gradle:4.1.1, and com.android.support:support-compat:28.0.0
examples/QZXingLive/android/AndroidManifest.xml
to use
Additionally, from Qt Creator, the debugger can be attached but the QML debugger is not.
It shows the following error: "Could not connect to the in-process QML debugger."
Any advice would be much appreciated.
Thank you.
The text was updated successfully, but these errors were encountered:
Just a small update, QZXinigLive has been updated mainly for Qt 6 and greater. For Qt 6.2 and on, all custom android code has been removed since Qt handles permission requests etc. I have made some tests and it works fine when building for Android 10.
It is still pending to check your findings for Qt 5.15.
I have experienced many issues building and then running the QZXingLive example on my android phone.
The same example runs perfectly on Windows.
The BarcodeEncoder example also runs perfectly on both android and Windows.
With a number of changes to I finally managed to build QZXingLive for android but it doesn't run properly.
It shows a blank screen and no camera input is displayed.
To get the build to work I had to modify:
to use gradle-6.9.1-bin.zip
to use com.android.tools.build:gradle:4.1.1, and com.android.support:support-compat:28.0.0
to use
Additionally, from Qt Creator, the debugger can be attached but the QML debugger is not.
It shows the following error: "Could not connect to the in-process QML debugger."
Any advice would be much appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: