You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
The text was updated successfully, but these errors were encountered:
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();
The text was updated successfully, but these errors were encountered: