# To enable ProGuard in your project, edit project.properties
# to define the proguard.config property as described in that file.
#
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in ${sdk.dir}/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the ProGuard
# include property in project.properties.
#
# For more details, see
# Add any project specific keep options here:
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
###########################################################################
###########################################################################
# This is a configuration file for ProGuard.
-dontusemixedcaseclassnames
-dontskipnonpubliclibraryclasses
-verbose
# Optimization is turned off by default. Dex does not like code run
# through the ProGuard optimize and preverify steps (and performs some
# of these optimizations on its own).
#-dontoptimize
-dontpreverify
# If you want to enable optimization, you should include the
# following:
-optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*
-optimizationpasses 7
-allowaccessmodification
#
# Note that you cannot just include these flags in your own
# configuration file; if you are including this file, optimization
# will be turned off. You'll need to either edit this file, or
# duplicate the contents of this file and remove the include of this
# file from your project's proguard.config path property.
-keepattributes *Annotation*
-keep public class * extends android.app.Activity
-keep public class * extends android.app.Application
-keep public class * extends android.app.Service
-keep public class * extends android.content.BroadcastReceiver
-keep public class * extends android.content.ContentProvider
-keep public class * extends android.app.backup.BackupAgent
-keep public class * extends android.preference.Preference
-keep public class * extends android.support.v4.app.Fragment
-keep public class * extends android.app.Fragment
-keep public class com.android.vending.licensing.ILicensingService
-keepclasseswithmembernames class * {
native <methods>;
}
-keep public class * extends android.view.View {
public <init>(android.content.Context);
public <init>(android.content.Context, android.util.AttributeSet);
public <init>(android.content.Context, android.util.AttributeSet, int);
public void set*(...);
}
-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet);
}
-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet, int);
}
-keepclassmembers class * extends android.app.Activity {
public void *(android.view.View);
}
-keepclassmembers enum * {
public static **[] values();
public static ** valueOf(java.lang.String);
}
-keep class * implements android.os.Parcelable {
public static final android.os.Parcelable$Creator *;
}
-keepclassmembers class **.R$* {
public static <fields>;
}
-keepclassmembers class * implements java.io.Serializable {
static final long serialVersionUID;
private static final java.io.ObjectStreamField[] serialPersistentFields;
private void writeObject(java.io.ObjectOutputStream);
private void readObject(java.io.ObjectInputStream);
java.lang.Object writeReplace();
java.lang.Object readResolve();
}
# The support library contains references to newer platform versions.
# Don't warn about those in case this app is linking against an older
# platform version. We know about them, and they are safe.
-dontwarn android.support.**
#### MIS AÑADIDOS ####
-dontwarn java.awt.**, javax.security.**,java.beans.**
# Dependencies
-libraryjars /root/workspace/PackageName/libs/acra-4.2.3.jar
-libraryjars /root/workspace/PackageName/libs/db4o-8.0.236.16058-core-java5.jar
-libraryjars /root/workspace/PackageName/libs/db4o-8.0.236.16058-cs-java5.jar
##### ACRA specifics #####
06-15 17:27:55.010: E/ServerDDBB(664): java.lang.IllegalArgumentException: Cant find default implementation for interface com.a.l.f: com.a.internal.l.fImpl
06-15 17:28:01.700: E/AndroidRuntime(664): FATAL EXCEPTION: main
06-15 17:28:01.700: E/AndroidRuntime(664): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.packagename/com.packagename.Main}: java.lang.NullPointerException
06-15 17:28:01.700: E/AndroidRuntime(664): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1956)
06-15 17:28:01.700: E/AndroidRuntime(664): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1981)
06-15 17:28:01.700: E/AndroidRuntime(664): at android.app.ActivityThread.access$600(ActivityThread.java:123)
06-15 17:28:01.700: E/AndroidRuntime(664): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1147)
06-15 17:28:01.700: E/AndroidRuntime(664): at android.os.Handler.dispatchMessage(Handler.java:99)
06-15 17:28:01.700: E/AndroidRuntime(664): at android.os.Looper.loop(Looper.java:137)
06-15 17:28:01.700: E/AndroidRuntime(664): at android.app.ActivityThread.main(ActivityThread.java:4424)
06-15 17:28:01.700: E/AndroidRuntime(664): at java.lang.reflect.Method.invokeNative(Native Method)
06-15 17:28:01.700: E/AndroidRuntime(664): at java.lang.reflect.Method.invoke(Method.java:511)
06-15 17:28:01.700: E/AndroidRuntime(664): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
06-15 17:28:01.700: E/AndroidRuntime(664): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
06-15 17:28:01.700: E/AndroidRuntime(664): at dalvik.system.NativeStart.main(Native Method)
06-15 17:28:01.700: E/AndroidRuntime(664): Caused by: java.lang.NullPointerException
06-15 17:28:01.700: E/AndroidRuntime(664): at com.packagename.Main.onCreate(SourceFile:141)
06-15 17:28:01.700: E/AndroidRuntime(664): at android.app.Activity.performCreate(Activity.java:4465)
06-15 17:28:01.700: E/AndroidRuntime(664): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
06-15 17:28:01.700: E/AndroidRuntime(664): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1920)
06-15 17:28:01.700: E/AndroidRuntime(664): ... 11 more