Setup
Add gptdriver Android library to your dependencies. (Maven Central)
build.gradle.kts
Import the library in your java code
If needed, add packaging exclude rules in the android section of the build.gradle.kts (:app) file
To resolve build failures caused by duplicate metadata files from dependencies, exclude them from the packaging process.
build.gradle.kts (:app)
If not already present, add internet permissions to the AndroidManifest.xml file
AndroidManifest.xml
Last updated