You are on page 1of 1

Your project has set `android.

useAndroidX=true`, but configuration


`:app:debugRuntimeClasspath` still contains legacy support libraries, which may
cause runtime issues.
This behavior will not be allowed in Android Gradle plugin 8.0.
Please use only AndroidX dependencies or set `android.enableJetifier=true` in the
`gradle.properties` file to migrate your project to AndroidX (see
https://developer.android.com/jetpack/androidx/migrate for more info).
The following legacy support libraries are detected:
:app:debugRuntimeClasspath -> com.android.support:support-annotations:28.0.0

2022-08-22 02:40:01.807 469-469/? E/netmgr: qemu_pipe_open_ns:62: Could not connect


to the 'pipe:qemud:network' service: Invalid argument
2022-08-22 02:40:01.807 469-469/? E/netmgr: Failed to open QEMU pipe
'qemud:network': Invalid argument
2022-08-22 02:40:02.341 479-479/? E/wifi_forwarder: qemu_pipe_open_ns:62: Could not
connect to the 'pipe:qemud:wififorward' service: Invalid argument
2022-08-22 02:40:02.341 479-479/? E/wifi_forwarder: RemoteConnection failed to
initialize: RemoteConnection failed to open pipe

You might also like