I was following this guide : https://developer.android.com/google/play/expansion-files.html
and in my downloaderService.java file it can't resolve to extends DownloaderService :
public class downloaderService extends DownloaderService {
Why and how to fix it? another file can't resolve DownloaderClientMarshaller at alarmReceiver.java :
.. DownloaderClientMarshaller.startDownloadServiceIfRequired(context,
intent, downloaderService.class); .....
Thank you for your answers