Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

DEATHWISH2478

About

Username
DEATHWISH2478
Joined
Visits
157
Last Active
Roles
Member
Posts
7
Location
Australia

Comments

  • ah ok cool im glad u figured out ur problem :) yes much better to have less MediaPlayer objects then more.
  • 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…
  • This is what my progaurd-project.txt file contains maybe it can help you :) http://pastebin.com/pUifSrFE
  • 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…