Skip to content

Build Android Error #93

@sr2ds

Description

@sr2ds

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions