proguard
Proguard and XStream with omitField() on Android
I was using XStream for deserialization of xml in my Android app, and now I\'m struggling to add Proguard (obfuscator) to the mix.[详细]
2023-03-14 17:43 分类:问答Decompiling obfuscated java bytecode [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-14 14:22 分类:问答proguard.cfg not working in exported application using LIBRARY
I have two versions of the same application using identical proguard.cfg with the following section aimed at squelching all Log.x() LogCat output:[详细]
2023-03-14 10:41 分类:问答How to prevent the Proguard obfuscation from destroying jdom.jar
I have a project that uses the jdom SAXBuilder to create a Document from my xml in my Android App. If I just package my App everything works fine, the content is loaded and there are no exceptions.[详细]
2023-03-14 09:45 分类:问答Proguard folder empty
I am using Eclipse to build my Android Application. When I expor开发者_运维知识库t the project as an Android Application I can use my keystore and key to sign the apk just fine. Before exporting I als[详细]
2023-03-13 18:00 分类:问答Prevent Proguard to remove specific drawables
In my Android project, I have some images st开发者_StackOverflow社区ored in res/drawable/ which are accessed only from an HTML file loaded in a Webview. For example (code in HTML):[详细]
2023-03-12 00:57 分类:问答Proguard error : Unknown option '-optimizationpasses'
My Proguard builds used to work in earlier Android SDKs (pre-10), but not any more, and its a very basic error - see below:[详细]
2023-03-11 04:08 分类:问答Android Proguard Javascript Interface Fail
I use in my project a piece of code as described here http://lexandera.com/2009/01/extracting-html-from-a-webview/[详细]
2023-03-10 22:08 分类:问答Proguard retrace isnt mapping the stack trace to the actual source
I have been using the eclipse built in proguard tool to obsucate the code, which Works fine. However when I try to retrace the stack trace of the obfuscated code, retrace doesn\'t output an un-obfusca[详细]
2023-03-10 18:51 分类:问答How to keep my test methods with proguard.cfg
For my Android instrumentation test I need a few extra entry point into my classes. Those methods are not used in the actual application. My idea was to start them all with test_ and have a general ru[详细]
2023-03-10 01:58 分类:问答