I have a problem, I have some JAXB generated java files between which there is the well known \"package-info.java\" which just contains 2 lines of code, an annotation and a package definition:
A common pattern in ProGuard configs for Android applications is to preserve custom View classes, since they are probably referenced only from layout XML instead of application code.
I am wondering about how to obfuscate the Android application using ProGuard tool. I\'ve read info from http://android-sdk.appspot.com/guide/developing/tools/proguard.html.
I\'m having some problems with proguard when optimizing my android app. It seems that there is something done to an annotation class (@com.google.inject.Inject) which Dalvik/Harmony is not happy with
I am trying to use javamail in my Andr开发者_运维百科oid app, but proguard complains about a whole load of stuff that it cannot find. I have tried various remedies that I have found while searching th
It so fell out that I use jacorb.jar and CORBA interfaces in my android app. And when I try obfuscate code using Proguard I get a lot of warnings like this one:
I made a mail client with the use of javamail api for android and the app runs well in emulator or device... Now I want to export the project using eclipse but I got the following errors:
When my application is build with ProGuard, it fails with following message. I use a default proguard.cfg generated by Android SDK with some -libraryjars.
My project after obfuscation with proguard fail with javascriptinterface Here is the link with some suggestions for proguard configuration but it dosn\'t work in my case
I am having a problem trying to obfuscate my project with proguard. I am exporting my project with eclipse, the project is on android 2.2 sdk, the default.properties are :