I am having some trouble using the android MediaPlayer in a non activity class, always a context error. Here is the bugged line:
MediaPlayer Shoot = MediaPlayer.create(this, R.raw.shot);
Now I know I cant use this in a service, but all the other stuff I tried kept giving bugs.
any suggestions?
Try: