PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → Will Windev get support for the AndroidX library?
Will Windev get support for the AndroidX library?
Started by Thysie, Jan., 14 2020 1:13 PM - 2 replies
Registered member
6 messages
Posted on January, 14 2020 - 1:13 PM
So on trying to work with a 3rd party library that uses an AppCompactActivity component I discovered lack of support Windev has for the "androidx." library.

Will Windev ever get support for this library or does it already have it and I am missing something?

--
Regards,
Thysie
Posted on May, 05 2021 - 9:13 AM
Has anyone found a way to resolve this issue?

I also encountered the same problem with the device SDK that I'm using. The SDK uses AndroidX library, and I'm currently using Windev 24 which I suppose doesn't support it - I'm getting errors during compilation.

Regards,

Rossano
Posted on May, 05 2021 - 10:38 AM
I was able to resolve this issue by opening the original Java project in Android studio and including the AndroidX .jar files from the "Gradle" folder. These .jar files will have to be included when we "generate" our application in Windev.


Regards,

Rossano