Questions tagged [dexguard]

Commercial Android app obfuscator, by same developer as the better known ProGuard.

Commercial Android app obfuscator, by same developer as the better known .

http://www.guardsquare.com/dexguard

175 questions
0
votes
1 answer

Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin [id 'dexguard']

I am upgrading Dexguard from v8 to latest version 9.0.17 in Android project. Until now, everything was working well, but now I need your help. After following tutorial how to upgrade from v8 to v9 in Android Studio and rebuilding project, I am…
DM developing
  • 423
  • 5
  • 15
0
votes
2 answers

No variants of io.grpc:protoc-gen-grpc-java:1.33.1 match the consumer attributes

Issue: I'm using Dexguard to obfuscate codes for release build. Previously, I could build as normal without errors. However, when I add this dependency com.github.hyperledger:iroha-java:7.0.0, the release build process failed with an error in the…
Pisal UTNGY
  • 147
  • 5
0
votes
1 answer

DexGuard error while trying to enable minifying in ProGuard

I am trying to enable minifying in an Android app using ProGuard. When I set minifyEnabled to false it builds but as soon as I set it to true: buildTypes { debug { minifyEnabled false jniDebuggable true versionNameSuffix…
EnzoMolion
  • 949
  • 8
  • 25
0
votes
1 answer

Proguard/Dexguard dontobfuscate Specific image folder in React Native

I have a react native application in which I am using Dexguard. When I do the release build of the application none of the images is loading. I have the images kept in this folder ProjectRoot > src>assets>images I have my android code in this…
Easy Coder
  • 295
  • 1
  • 3
  • 14
0
votes
2 answers

Android NoHttpResponseException: Crashlytics had a problem uploading the deobs file

I can't seem to upload the mapping file for Crashlytics. I did everything that's mentioned here and I'm receiving crash reports. But the crash reports are obfuscated. I'm sure that my internet connection is working. When I'm creating a release build…
Wirling
  • 4,810
  • 3
  • 48
  • 78
0
votes
1 answer

Calligraphy font not getting applied In release build of Android app with dexguard

I have used this popular calligraphy library Calligraphy I have integrated Dex-guard in my project it works fine with the proguardFile getDefaultDexGuardFile('dexguard-debug.pro') whenever i create release build with the proguardFile…
0
votes
2 answers

How to set up dexguard for jenkins builds on app with multiple flavors?

I have an app with multiple flavors where I'm using dexguard, and I've decided to set it up on Jenkins. Dexguard licenses are located in /app/flavor/ for eash license, but Jenkins always takes the license from the last flavor. The build fails with…
isaaaaame
  • 460
  • 4
  • 9
0
votes
0 answers

Dexguard obfuscation results in weird behaviour on some android devices

I am using dexguard 6.0.26 to obfuscate an android library. In the config file I have the following options -android -zipalign 4 -include…
user681443
  • 267
  • 2
  • 11
0
votes
1 answer

Dexguard removing AndroidManifest.xml

After an upgrade to Dexguard 8.3 (from 8.1), with no change to Proguard/Dexguard definitions, we have started seeing the AndroidManifest being stripped away from the resulting APK, causing the following error when attempting to install: adb: failed…
Hrafn
  • 2,867
  • 3
  • 25
  • 44
0
votes
1 answer

Using DexGuard to obfuscate dynamically loaded classes

I'm working to get classes loaded dynamically view DexClassLoader in Android. I've managed to get it done but I need these dynamically loaded classes to be obfuscated for security. Is there anyway to do it with DexGuard/ProGuard or some other tools?…
Basil
  • 845
  • 9
  • 24
0
votes
1 answer

Dexguard does not encrypt classes and makes problems with manifest

I use DexGuard, build project in release mode with this: proguardFile getDefaultDexGuardFile('dexguard-library-release-aggressive.pro') Everything was fine, but now I need to keep another class from encrypting, I added lines to do not encrypt my…
kamilf
  • 157
  • 1
  • 3
  • 15
0
votes
0 answers

Android JNI crashes using BreakPad

I am using Breakpad for catching NDK crashes and it is integrated with HockeyApp. Everything works fine except for release build where is used code obfuscation with DexGuard. So basically stacktrace is unreadable in this case. Did anyone had a…
0
votes
0 answers

VSTS Android Continuous integration build failed DexGuard license not found

I'm actually working on a CI/CD using VSTS as server/git repo. I've configured the build task as showed on the website to build an android apk. Keystores and all the data required as parameters on Build tasks are set but when I queued a Build task…
0
votes
1 answer

Dexguard implemenation

Hi getting the below error with dexguard and I have also excluded the android.support.v7.app in rule java.lang.VerifyError: Verifier rejected class android.support.v7.app.AppCompatDelegate: void android.support.v7.app.AppCompatDelegate.() failed to…
0
votes
1 answer

Error While running project "Error:Execution failed for task ':app:dexguardDebug'."

Both IDE and Project Encoding is set to UTF-8. What else is missing. Here is Error details Error:Execution failed for task ':app:dexguardDebug'. java.io.IOException: Can't read [D:\Android…
AbdulSaleem
  • 154
  • 1
  • 3
  • 18