Android Question Maven artifact not found: androidx.annotation/annotation-experimental Source: RuntimePermissions

cambol

Active Member
Licensed User
I had reinstall SDK for SDK Version:30

and my android:targetSdkVersion="30"

But it show error below .

In this B4A project , I use RuntimePermissions Library Version : 1.12

I use for rp.CheckAndRequest(rp.PERMISSION_WRITE_EXTERNAL_STORAGE)

If I remove RuntimePermissions in library , It will not show this error .





Maven artifact not found: androidx.annotation/annotation-experimental Source: RuntimePermissions:
B4A Version: 11.50
Parsing code.    (1.45s)
    Java Version: 8
Building folders structure.    (0.07s)
Compiling code.    (0.99s)
Compiling layouts code.    (0.00s)
Organizing libraries.    Error
Maven artifact not found: androidx.annotation/annotation-experimental
Source: RuntimePermissions
 
Last edited:

cambol

Active Member
Licensed User
Delete your Android SDK and download a new one: https://www.b4x.com/b4a.html
I have done this already , In my b4A project , compile is OK . but in my another B4A project
I use RuntimePermissions Library Version : 1.12

I use for rp.CheckAndRequest(rp.PERMISSION_WRITE_EXTERNAL_STORAGE)

If I remove RuntimePermissions in library , It will not show this error .



I guest It something wrong with RuntimePermissions in .PERMISSION_WRITE_EXTERNAL_STORAGE
 
Upvote 0
Top