OK! I was stuck with this problem for quite a while and finally, with a lot of searching in stackoverflow and other places I somehow managed to fix that issue.
So, now I have a release mode apk ready but with a new problem. The apk contains all the java.bak files present inside eclipse.
I read about _pre_production
but since .bak
files don't have a separate location, that may not work (I think).
Is there a way to exclude *.bak
files? Is there a configuration option within proguard
to fix this? Or is it something else?