Android Question AHViewPager3

ferya

Member
Licensed User
Longtime User
I have an old B4A app that worked well. now I want to recompile it in B4A ver. 12.50 for some changes but I can't
because of this error:
Maven artifact not found: androidx.activity/activity-compose-samples
Source: AHViewPager3
I reinstalled b4a and java and android but it doesn't work
 

ferya

Member
Licensed User
Longtime User
I have done it but get this error again.

B4A Version: 12.50
Parsing code. (0.00s)
Java Version: 14
Building folders structure. (0.01s)
Compiling code. (0.01s)
Compiling layouts code. (0.00s)
Organizing libraries. Error
Maven artifact not found: androidx.lifecycle/lifecycle-livedata-core-ktx-lint
Source: AHViewPager3
 
Upvote 0

ferya

Member
Licensed User
Longtime User
This library needs to be updated.

Use TabStripViewPager instead.
Sorry I am not lucky I download TabStripViewPager and get this error:
Organizing libraries. Error
Maven artifact not found: androidx.lifecycle/lifecycle-livedata-core-ktx-lint
Source: TabStripViewPager
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Sorry I am not lucky
When did you last update the sdk-installation?

Is it a year old or maybe older?

If so. I suggest to remove the complete SDK-Folder, remove B4A and install a fresh one based on the exact details listed here:

 
Upvote 0
Top