proguard
How to make Proguard ignore external libraries?
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[详细]
2023-04-12 07:15 分类:问答Producing an obfuscated library out of an Android Library Project
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[详细]
2023-04-11 17:50 分类:问答Android - Problems using ProGuard and including Google maps Api
I am wondering if anyone can help me. I am adding some maps functionality to an Android application. The build script uses[详细]
2023-04-11 17:46 分类:问答Android, Scala and Proguard
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[详细]
2023-04-11 14:36 分类:问答Can I use serialization with obfuscation?
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[详细]
2023-04-10 19:35 分类:问答Obfuscation error - NoSuchMethodError: android.view.LayoutInflater.inflate
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:[详细]
2023-04-10 10:58 分类:问答Android, Proguard 'Unknown option 'and' in argument number 9'
I\'m getting the following error every time I try to export my application from Eclipse. Proguard returned with error code 1. See console[详细]
2023-04-10 08:19 分类:问答"unknown option: --output" after updating Android SDK from revision 12 to revision 13
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.[详细]
2023-04-10 06:57 分类:问答How to stop proguard from obfuscating entire package?
I need to prevent Proguard from obfuscat开发者_高级运维ing any classes from the package com.foo.*.[详细]
2023-04-08 08:53 分类:问答Is using Proguard with Android worth the effort?
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[详细]
2023-04-06 06:46 分类:问答