I want to use Proguard mainly for obfuscation reasons. My problem is that I have three libraries, Twitter4J and two signpost libraries. These libraries caused errors when I tried to create an signed
I\'ve written an Android application using an Android Library project, also written by me. I have to release the source code of the app, but I don\'t want to distribute the sources of the library. Thi
I am wondering if anyone can help me. I am adding some maps functionality to an Android application. The build script uses
After running headfirst into as many problems as there are permutations of the set of Andr开发者_JAVA百科oid command-line tools, I finally managed to compile a mix of Scala and Java source code into a
I wonder if it will work... In my app I have an object that I\'m serializing to file, and then I obfuscate the code with the ProGuard and application goes to Market. Then I want to release new version
I\'m using LayoutInflater.inflate(int resourceId, ViewGroup group) to inflate some views in my app. But when I run app after obfuscation with proguard I\'ve got this error:
I\'m getting the following error every time I try to export my application from Eclipse. Proguard returned with error code 1. See console
I\'ve just updated my android development tools to revision 13.This all went smoothly and I can continue to build in eclipse as usual.
I need to prevent Proguard from obfuscat开发者_高级运维ing any classes from the package com.foo.*.
I am about to finish my first Android application and I am trying to work out how to protect it with ProGuard.My apps minimum API is 7 (Android 2.1).I believe using Proguard would be easy if I set my