Search:

Type: Posts; User: Mr.777

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,433

    Re: mp3 file cant be resolved

    SimpleAudioPlayer is your defined and implemented class and they don't have close(), start() and stop() methods. And you try to call them by using the object of the same class. Try thinking and...
  2. Replies
    3
    Views
    1,433

    Re: mp3 file cant be resolved

    1. File cannot be resolved. It means that compiler can not find the class at the specified path. Check for all the opening and closing brackets. You might miss one.
    2. Syntax error, inser ";" to...
Results 1 to 2 of 2