-
Notifications
You must be signed in to change notification settings - Fork 569
Application can not be signed while using SQLCipher #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello KinjalDroid, Please try the following ProGuard file as a reference for use with SQLCipher for Android. |
It disabled obfuscation/shrinking for sqlcipher :(. |
Hello @fikr4n We provide a sample reference, however you may be able to make adjustments to the ProGuard that still allows for proper execution. Have you run into a problem removing the |
I mean it works, but disabling the obfuscation. So the point is my question:
Thank you for fast reply 👍 |
Hi @fikr4n
Did you try removing the |
Of course |
I am using SQLCipher library to encrypt database in Android.
It works perfectly fine and database is also get encrypted.
But I am using Proguard for better security..so when i am going to sign app, Proguard gives me error like "Proguard returned with error code 1.See console"
And in console, it shows too many warning..
Warning: com.google.common.base.Equivalence: can't find referenced class javax.annotation.Nullable
Warning: com.google.common.base.Objects$ToStringHelper: can't find referenced class javax.annotation.Nullable
Warning: com.google.common.base.Predicates$AndPredicate: can't find referenced class javax.annotation.Nullable
Warning: there were 607 unresolved references to classes or interfaces.
You may need to specify additional library jars (using '-libraryjars').
java.io.IOException: Please correct the above warnings first.
If anyone know,please correct me.
Thanks..
The text was updated successfully, but these errors were encountered: