Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.15, 6.2, 6.3
-
None
-
-
e07fea6fb4 (qt/qtbase/dev) e07fea6fb4 (qt/tqtc-qtbase/dev) 5ad79513ea (qt/qtbase/6.3) 5ad79513ea (qt/tqtc-qtbase/6.3) d23661c6c5 (qt/tqtc-qtbase/6.2) fb7f499f12 (qt/tqtc-qtbase/5.15) e80b0f3d87 (qt/qtbase/6.4) e80b0f3d87 (qt/tqtc-qtbase/6.4)
-
2022wk22FOQtforAndroid, 2022wk24FOQtforAndroid
Description
Two warnings show right at the start when running any Qt app on Android 13 beta 2.
Happens on 5.15, 6.2, and dev. Tested on the emulator - ( Tiramisu TPBB.220414 )
These logs happened with the QML gallery example. No other bugs seem or reported.
W Parcel : Expecting binder but got null! W Gallery : Binding on contentItem is not deferred as requested by the DeferredPropertyNames class info because one or more of its sub-objects contain an id.
and
W Resources: Drawable android:drawable/screen_background_selector_light has unresolved theme attributes! Consider using Resources.getDrawable(int, Theme) or Context.getDrawable(int). W Resources: java.lang.RuntimeException W Resources: at android.content.res.Resources.getDrawable(Resources.java:908) W Resources: at org.qtproject.qt.android.QtActivityDelegate.createSurface(QtActivityDelegate.java:1261) W Resources: at org.qtproject.qt.android.QtNative$24.run(QtNative.java:1261) W Resources: at android.os.Handler.handleCallback(Handler.java:942) W Resources: at android.os.Handler.dispatchMessage(Handler.java:99) W Resources: at android.os.Looper.loopOnce(Looper.java:201) W Resources: at android.os.Looper.loop(Looper.java:288) W Resources: at android.app.ActivityThread.main(ActivityThread.java:7886) W Resources: at java.lang.reflect.Method.invoke(Native Method) W Resources: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) W Resources: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
Attachments
Issue Links
- resulted from
-
QTBUG-103911 Spike Android 13 deprecations
- Closed