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

Zero supported android devices mystery

I have been trying to solve this issue for about a month now and I cannot find any information that points to what might be causing my problem. I have checked and it does not seem to be one of the "uses-features" problems from what I can see. I have…
RSSV
  • 591
  • 1
  • 4
  • 8
0
votes
2 answers

DexGuard 7 and Retrofit 2 error

In my app I use retrofit 2 for the network communications. I have a serverAPI interface which contains every api request for example: @Multipart @POST(V2__ACCOUNT__UPLOAD_AVATAR) Call uploadAvatar(@PartMap Map
just
  • 1,900
  • 4
  • 25
  • 46
0
votes
1 answer

Dexguard skipping jni libs in release apk

I am implementing dexguard in my project, but generated app is crashing and giving following error: Caused by: java.lang.UnsatisfiedLinkError: Native method not found:…
Ashok Kumar
  • 1,226
  • 1
  • 10
  • 14
0
votes
2 answers

pro guard keep private constructor

I am using Kofax in our project, and it uses a lot of Reflection and Robogiuice. We are using Dexguard to obfuscate our code. One of the problems we have is the private constructor was stripped. I already have this in my code: -keepclassmembers…
Kent
  • 1
  • 3
0
votes
1 answer

Read iCon of obfuscated apk by Dexguard

In my application its required to upload apk files and show its information using apktool. All apks works as expected but the obfuscated apks through Dexguard can't read icons. Resources/icons are not present in res folder, they are under unknown…
Amjad Aziz
  • 103
  • 8
0
votes
1 answer

Firebase App Invite stop working with Dexguard

My app works fine. But in preparation to go to production, I applied Dexguard. With Dexguard Firebase AppInvite no longer works. When I send an invite, I get by the snackbar Message failed to send! How do I make Firebase App Invite work with…
Katedral Pillon
  • 14,534
  • 25
  • 99
  • 199
0
votes
2 answers

Fatal exception when building on release (dexguard) but not in debug

I have seen this is a common problem with devices on 4.4. I have read a bunch of other threads about the abc_ic_ab_back_material.xml and I have been able to solve the problem in debug but not in release. Could anyone help here?. Here the…
Notbad
  • 5,936
  • 12
  • 54
  • 100
0
votes
1 answer

Dexguard crashing after library added with native code

After adding a library to project that contains native code (embedded as .so), my app build started to crash when running the dexguard task. The error says: Caused by: java.io.IOException: Can't read…
Rafael Toledo
  • 5,599
  • 6
  • 23
  • 33
0
votes
1 answer

Dexguard usage obfuscates Android schema in Attributeset

I have an Android project where I need to extract the android:textStyle values on TextView creation. I do this by calling the following on the AttributeSet: attrs.getAttributeIntValue("http://schemas.android.com/apk/res/android", "textStyle",…
Hrafn
  • 2,867
  • 3
  • 25
  • 44
0
votes
1 answer

Android - dexguard removes menu icons

Hey I'm obfuscating my app using dexguard and so far everything worked fine. Now I'm trying to add icons to the action bar menu. without dexguard obfuscation the icons are shown but with it they disappear(the text is still there). I feel that is…
user_s
  • 1,058
  • 2
  • 12
  • 35
0
votes
1 answer

Switching from Google+ Sign-In to the new Google Sign-In causes a BadParcelableException

I switched from the Google+ Sign-In to the new Google Sign-In as part of Google Play Servies 8.3.0 and got a: BadParcelableException: Parcelable protocol requires a Parcelable.Creator object called CREATOR on class…
Steffen
  • 2,197
  • 2
  • 24
  • 38
0
votes
0 answers

DexGuard-7.0.19 java.lang.NoSuchMethodError: setAnnotationDatabasePackageNames for RoboGuice

DexGuard version 7.0.19 throwring error "java.lang.NoSuchMethodError: No static method setAnnotationDatabasePackageNames" in RoboGuice. (Code working fine for DexGuard versions below 7). I have tried followings in my dexguard-project.txt…
0
votes
1 answer

Android dexguard java.lang.IllegalArgumentException: Class class doesn't support metadata registration

I am using dexguard for obfuscation.I have implemented google contacts sync in my project.when i call the contact service class,this error is coming.i dint find the right solution for the error.i have gone through the mapping file also but i dint…
0
votes
1 answer

NTLMv2 requires extended security, When using Dexguard obfuscate in android

I had used jcifs 1.3.17 jar in my application (on libs folder). My application works fine, before obfuscate my app by DEXGuard. After obfuscate my app, It gives the run-time error like below. NTLMv2 requires extended security…
Finder
  • 1,217
  • 5
  • 18
  • 46
0
votes
2 answers

Sqlite Database not inserted Using Script in Proguard Build

I have to display some data from database even after un-install the app. For that I am writing script for that insert operations. And at Re-installation I am executing that script saved on sdcard with db.execSQL(toExec); statement. Using following…
HemangNirmal
  • 621
  • 1
  • 8
  • 24
1 2 3
11
12