Hi all i am getting errors in the lines of code given below :
public class RecordController extends Activity implements
MusicUtils.Defs {
final int STATE_START = 2;
final int STATE_STOP = 1;
final int STATE_IDLE = 0;
public IMediaPlaybackService mService = null;
The error message is :
IMediaPlaybackService cannot be resolved to a type
IMediaPlaybackService cannot be resolved to a type
IMediaPlaybackService cannot be resolved to a type
IMediaPlaybackService cannot be resolved to a type
MusicUtils cannot be resolved
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---