I have enabled proguard by un-commenting the line in project.properties.
I decompiled my APK to check if it worked. I can see that all my methods, variable names and class names have been changed to a,b,c.. etc which is good. However my Activity classes have not been renamed. Also the Log.d statements were not removed as expected.
How can I make it harder for someone to read the decompiled code and also remove the log statements?