Android Question Addgradleimplementation question

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

bparent

Member
Licensed User
Longtime User
i don´t think so. B4X is not using Gradle at all.
Thank you. I didn't think so, but an AI agent kept insisting it does. Is there some directive or tool for b4x that can automatically download the various dependencies of a library referenced by #AdditionalJar. For example,
Here is the list of direct compile dependencies for androidx.car.app:app:1.4.0.

androidx.annotation:annotation:1.1.0 (.jar)

androidx.car.app:app-client:1.4.0 (.aar)

androidx.car.app:app-projected:1.4.0 (.aar)

androidx.core:core:1.6.0 (.aar)

androidx.lifecycle:lifecycle-common-java8:2.6.1 (.jar)

androidx.lifecycle:lifecycle-service:2.6.1 (.aar)

com.google.common.util.concurrent:listenablefuture:1.0 (.jar).

Thanks.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
but an AI agent kept insisting it does
He is 100% wrong!
Is there some directive or tool for b4x that can automatically download the various dependencies of a library referenced by #AdditionalJar. For example
No. But they should be already in the sdk resources probably.
 
Upvote 1
Top