Other Biometricmanager - [Compilation Error]

T201016

Active Member
Licensed User
Longtime User
Hello everyone!

When compiling the example from Biometricmanager v.1.0
an unexpected error occurred:

B4X:
B4A Wersja: 9.80
Java Wersja: 8
Parsowanie kodu.    (0.00s)
Building folders structure.    (0.49s)
Kompilowanie kodu.    (0.02s)
Kompilowanie kodu układu.    (0.02s)
Organizowanie bibliotek.    (0.00s)
    (AndroidX SDK)
Generowanie pliku R.    Error
f:\sdk_androids\tools\..\extras\b4a_remote\androidx\appcompat\appcompat\1.1.0\unpacked-appcompat-1.1.0\res\values\values.xml:1929: error: Attribute "fontVariationSettings" has already been defined

After attempting to modify the Value.xml file (error: Attribute "fontVariationSettings"), the build completed successfully, but the program starts (in Android 6) for the moment with the message: "B4A Example" can not be used, please try to allow permissions.

However, the application's properties include: No requests for granting permissions.

Please give me a hint where I am looking for error.
 

Attachments

  • Value.xml_Line1928-1929.png
    Value.xml_Line1928-1929.png
    3 KB · Views: 223
  • Value.xml_Line2793-2794.png
    Value.xml_Line2793-2794.png
    2.9 KB · Views: 207
  • values.xml
    177.4 KB · Views: 230
Top