Im try use this library via some little help in file "com.ginstr.android.service.opencellid.collect.OpenCellIDCollectService.java"
but always have error message at compilation process:
"java: cannot access com.ginstr.android.service.baseservice.BaseService
class file for com.ginstr.android.service.baseservice.BaseService not found"
why this line is wrong???
cellCollectService.startService();
Im try use this library via some little help in file "com.ginstr.android.service.opencellid.collect.OpenCellIDCollectService.java" but always have error message at compilation process: "java: cannot access com.ginstr.android.service.baseservice.BaseService class file for com.ginstr.android.service.baseservice.BaseService not found" why this line is wrong??? cellCollectService.startService();