GithubHelp home page GithubHelp logo

Instructions unclear about gmapsparser HOT 2 CLOSED

3v1n0 avatar 3v1n0 commented on August 25, 2024
Instructions unclear

from gmapsparser.

Comments (2)

3v1n0 avatar 3v1n0 commented on August 25, 2024

Soo... I've an app in progress using it that I will publish soon hopefully, but I've not done much than this to get the library to be usable:

build.gradle:

allprojects {
    repositories {
        google()
        jcenter()
        maven { url 'https://jitpack.io' }
    }
}

app/build.gradle:

dependencies {
    // may use an explicit version instead
    implementation ('com.github.3v1n0.GMapsParser:navparser:master-SNAPSHOT') { changing = true }
    implementation ("com.github.3v1n0.GMapsParser:navparser-websocket:master-SNAPSHOT") { changing = true }
}

Using it should be trivial then, as done in https://github.com/3v1n0/GMapsParser/blob/master/app/src/main/AndroidManifest.xml

from gmapsparser.

sharan-nyn avatar sharan-nyn commented on August 25, 2024

@3v1n0
I got it working, I stepped through the NavigationListener.kt in debug mode and found the following error:
android.content.pm.PackageManager$NameNotFoundException: Application package com.google.android.apps.maps not found
The logging using timber only happens when DEBUG is true, so it was missed by me.

The problem is with Android 11+ devices. As per https://developer.android.com/about/versions/11/privacy/package-visibility
You need to add the following in the manifest.xml:
<queries> <package android:name="com.google.android.apps.maps" /> </queries>

from gmapsparser.

Related Issues (6)

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.