Setup
Last updated
Last updated
Add gptdriver Android library to your dependencies. ()
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.
If not already present, add internet permissions to the AndroidManifest.xml file