Bullionist
Bullionist

Reputation: 2210

How do I integrate DexGuard to my project in Android Studio

I have been looking for resources/documentation for integrating DexGuard to my project. I am using Android Studio.

I downloaded the libs and sample projects from DexGuard, but the have provided me no proper documentation on how I can integrate it with my project.

Following the given project is so confusing as I am quite new to this and I don't understand which files to copy and modify my Build.gradle. Anyone who has experience using DexGuard for Android Studio please help me.

Thanks in advance.

Upvotes: 1

Views: 1949

Answers (1)

Marian Klühspies
Marian Klühspies

Reputation: 17647

That might be because you haven´t ordered it from https://www.guardsquare.com/dexguard but downloaded it elsewhere.

Normally you will have a /docs folder with an excellent documentation with an integration guide and an /samples folder with about 30 Sample Projects for any use case directly in the zip from their Website.

Upvotes: 3

Related Questions