no worries i hope i was able to help considering im fairly new to android and had never used progaurd before a few weeks ago i was supprised i was able to offer any advice lol.
I have had a similar error before with my music service it was basically i had added libgdx code which was failing and excuting after the bind service for my background sound was called but would fail before the service was started.
This made me be…
these are the media formats supported by android http://developer.android.com/guide/appendix/media-formats.html any other formats i guess you would need to add yourself as in using
System.loadLibrary("mylib"); Do not use full path or file extension…
Please add the adb wifi support as it is getting a little annoying havinng to connect to pc and edit file all the time after firmware updates should be as simple as what we are doing :) so i doubt it is a hard feature to add. i am supprised this has…
thats because those refernced classes i think need to also be kept so progaurd does not have any effect on them.
google has some really helpful examples for progaurd and android :) as it helped me to get mine working i just have trouble with certai…