PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Will Windev get support for the AndroidX library?
Will Windev get support for the AndroidX library?
Débuté par Thysie, 14 jan. 2020 13:13 - 2 réponses
Membre enregistré
6 messages
Posté le 14 janvier 2020 - 13:13
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
Posté le 05 mai 2021 - 09:13
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
Posté le 05 mai 2021 - 10:38
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