Android Question Error with Fingerprint Manager [SOLVED]

jnjft

Member
Licensed User
Longtime User
Hello,

I have the following error when I try the Fingerprint Manager example:

B4A Version: 7.80
Parsing code. (0.01s)
Compiling code. (0.10s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
Generating R file. (0.14s)
Compiling debugger engine code. (2.68s)
Compiling generated Java code.

Error
javac 1.8.0_131
src\b4a\example\fingerprintmanager.java:3: error: package android.hardware.fingerprint does not exist
import android.hardware.fingerprint.*;
^
1 error


I have downloaded everything I could with the SDK Manager, no luck.
Where can I get this package?

Thanks for your help
 

jnjft

Member
Licensed User
Longtime User
Sorry Erel, I should have thought of that - I adjusted the path in Tool - Configure Paths and it works fine now.
Thank you for your efforts!
 
Upvote 0
Top