AndroidExtras, import error
Unsolved
Mobile and Embedded
-
I am trying to use AndroidExtras. I found an Android example of the functionality need for me (on java) and want to transfer it to Qt.
I get error on lines:import androidx.core.app.ActivityCompat; import androidx.core.hardware.fingerprint.FingerprintManagerCompat;
error: package androidx.core.app does not exist import androidx.core.app.ActivityCompat; error: package androidx.core.hardware.fingerprint does not exist import androidx.core.hardware.fingerprint.FingerprintManagerCompat;
This code in AndroidStudio builds without errors and works.
Tried to set propertiesandroid.useAndroidX=true android.enableJetifier=true
but it doesn't work.
Why is this error occurring and how can I fix it?
-
@J-Hilk Sorry, I would say I have a similar* issue. I posted the issue I have yesterday and got no response yet. This looked similar to what I am facing. I cannot import anything from androidx. Here is the link to my post: androidx package does not exist error . I would appreciate some help. Thanks in advance :)