Coder Social home page Coder Social logo

Comments (4)

pmwisdom avatar pmwisdom commented on June 2, 2024

Android Platform?

Please try and also install Android Support Library v23.1.1, and Android Support Repository v25 from the Android SDK manager and see if that fixes the problem.

from cordova-background-geolocation-services.

backface avatar backface commented on June 2, 2024

Installed platforms: android 5.0.0

support library and repository are up to date.

I somehow overlooked there are errors on building the plugin for the platform - seems to be due to deprecated http classes:

.....//platforms/android/src/com/flybuy/cordova/location/BackgroundLocationUpdateService.java:9: error: package org.apache.http does not exist
import org.apache.http.HttpResponse;
^
.....//platforms/android/src/com/flybuy/cordova/location/BackgroundLocationUpdateService.java:10: error: package org.apache.http.client.methods does not exist
import org.apache.http.client.methods.HttpPost;
^
.....//platforms/android/src/com/flybuy/cordova/location/BackgroundLocationUpdateService.java:11: error: cannot find symbol
import org.apache.http.conn.scheme.Scheme;
^
symbol: class Scheme
location: package org.apache.http.conn.scheme
.....//platforms/android/src/com/flybuy/cordova/location/BackgroundLocationUpdateService.java:12: error: cannot find symbol
import org.apache.http.conn.scheme.SchemeRegistry;
^
symbol: class SchemeRegistry
location: package org.apache.http.conn.scheme
v/platforms/android/src/com/flybuy/cordova/location/BackgroundLocationUpdateService.java:15: error: package org.apache.http.entity does not exist
import org.apache.http.entity.StringEntity;
^
.....//platforms/android/src/com/flybuy/cordova/location/BackgroundLocationUpdateService.java:16: error: package org.apache.http.impl.client does not exist
import org.apache.http.impl.client.DefaultHttpClient;
^
...../platforms/android/src/com/flybuy/cordova/location/BackgroundLocationUpdateService.java:17: error: package org.apache.http.impl.conn does not exist
import org.apache.http.impl.conn.SingleClientConnManager;
^
7 errors
FAILED

FAILURE: Build failed with an exception.

from cordova-background-geolocation-services.

pmwisdom avatar pmwisdom commented on June 2, 2024

Ah, ok thanks for the insight, we aren't using HTTP anymore so I will attempt to remove the dependencies later today if I have time.

from cordova-background-geolocation-services.

pmwisdom avatar pmwisdom commented on June 2, 2024

@backface Ok, fixed, try latest commit.

from cordova-background-geolocation-services.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.