I was using XStream for deserialization of xml in my Android app, and now I\'m struggling to add Proguard (obfuscator) to the mix.
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
I have two versions of the same application using identical proguard.cfg with the following section aimed at squelching all Log.x() LogCat output:
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.
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
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):
My Proguard builds used to work in earlier Android SDKs (pre-10), but not any more, and its a very basic error - see below:
I use in my project a piece of code as described here http://lexandera.com/2009/01/extracting-html-from-a-webview/
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
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