Hello Friend,
I'm trying to compile the basic implementation, following its documentation but I'm locking in the build.
I think it's inexperienced with Java maybe you've already seen it.
After the android build, I get this:
compileDebugJavaWithJavac/home/david/Development/cordova/service/platforms/android/app/src/main/java/com/red_folder/phonegap/plugin/backgroundservice/BackgroundService.java:21: error: cannot find symbol
import com.red_folder.phonegap.plugin.backgroundservice.BackgroundServiceApi;
^
symbol: class BackgroundServiceApi
location: package com.red_folder.phonegap.plugin.backgroundservice
/home/david/Development/cordova/service/platforms/android/app/src/main/java/com/red_folder/phonegap/plugin/backgroundservice/BackgroundService.java:43: error: cannot find symbol
private List<BackgroundServiceListener> mListeners = new ArrayList<BackgroundServiceListener>();
^
symbol: class BackgroundServiceListener
location: class BackgroundService
I think it might be a version problem but I just installed an environment from scratch reinstalling everything I could compile without the plugin.
Thank you very much for your time;
Hello Friend,
I'm trying to compile the basic implementation, following its documentation but I'm locking in the build.
I think it's inexperienced with Java maybe you've already seen it.
After the android build, I get this:
I think it might be a version problem but I just installed an environment from scratch reinstalling everything I could compile without the plugin.
Thank you very much for your time;