Android Question "Ready to run SDK" issue

ppgirl

Member
Licensed User
Longtime User
Hello Erel,

I am using B4A v8.80 . Last day , after I update SDK using SDK manager , I found the support library update to 28.x.x . Then many Androidx support is conflict with old library as "RuntimePermissions" or 3rd sdk .

Now , I don't want to port old projects to androidx . according to your suggestion to downgrade SDK to "Ready to run SDK" , but I meet the problem - The "Ready to run SDK" 's support library is not complete . I need to download old version from maven . BUT I can not select the version to download in SDK manager.

So my question is if I can download special(old) version support library .

thanks
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
AndroidX requires B4A v9.30. You will not have a problem to update to AndroidX with v9.30.

So my question is if I can download special(old) version support library .
There is no simple way to update the old resources. If there are few resources that you need then you can search Google for them and download them from maven central or a similar site.
 
Upvote 0
Top