Questions tagged as 'proguard-android'

2
answers

Exporting my project, proguard error

Exporting without proguard everything happens normally, but when you activate this error: [2014-09-14 01:59:01 - meuapp] Proguard returned with error code 1. See console [2014-09-14 01:59:01 - meuapp] Warning: android.support.v4.app.Notificati...
asked by 14.09.2014 / 07:21
1
answer

Proguard.cfg Android File

How do I "overshadow" my classes, methods, variables, and so on in the Android proguard.cfg configuration file? My intention is to make it difficult to decompile (reverse engineer) the project.     
asked by 17.07.2014 / 16:52
0
answers

APK updates not applied correctly

I've developed an app 2 years ago and have been upgraded to Google Play by always signing with a jks certificate and encrypting it with ProGuard. This app has been updated in some versions. Even not using "smart updates" that Android allows...
asked by 09.06.2016 / 17:06
1
answer

How to hide public static final in proguard?

I have the following class package br.com.app1.urls; public class Urlapp { public static final String URL_LOGAR ="url/login"; public static final String URL_CADASTRAR_INCIDENTES ="url/incidentes"; } I would like to know how to configure...
asked by 02.05.2016 / 20:55