Coder Social home page Coder Social logo

Comments (3)

dapriett avatar dapriett commented on May 17, 2024

What's crashing - the android emulator? I use the Genymotion emulator for Mac and haven't had any issues. You can maybe try looking at the logs from android when it crashes - Device monitor or logcat.

from nativescript-google-maps-sdk.

echap avatar echap commented on May 17, 2024

I tried with an adb logcat | grep F and turns out that this may make things evolving, here's what I do have :

05-27 08:51:42.868 11496 11496 E AndroidRuntime: at com.google.firebase.provider.FirebaseInitProvider.zza(Unknown Source)
05-27 08:51:42.868 11496 11496 E AndroidRuntime: at com.google.firebase.provider.FirebaseInitProvider.attachInfo(Unknown Source)
05-27 08:51:42.872 4634 7012 W ActivityManager: Force finishing activity org.nativescript.gpadri/com.tns.NativeScriptActivity
05-27 08:51:42.935 4634 10558 I Adreno : Remote Branch : quic/LA.BF64.1.2.9_v2
05-27 08:51:48.304 4634 4710 W AppOps : Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
05-27 08:51:49.373 11521 11521 E AndroidRuntime: FATAL EXCEPTION: main
05-27 08:51:49.373 11521 11521 E AndroidRuntime: java.lang.RuntimeException: Unable to get provider com.google.firebase.provider.FirebaseInitProvider: java.lang.IllegalStateException: Incorrect provider authority in manifest. Most likely due to a missing applicationId variable in application's build.gradle.

I will go deeper with this and tell you if I find what was wrong ! thansk for your reply

from nativescript-google-maps-sdk.

echap avatar echap commented on May 17, 2024

I went through a working solution :

Turns out that, as said in the logs above, the application Id is missing.. This issue can be resolved with adding the application id in file <your_project_directory>/app/App_Resources/Android/app.gradle .

With our id (org.nativescript.gpadri) the file should look like

android {


  defaultConfig {  
    generatedDensities = []
    applicationId "org.nativescript.gpadri"
  }  
  aaptOptions {  
    additionalParameters "--no-version-vectors"  
  }  
}

This issue can be very tricky, since the project will compile correctly when builded with linux (Ubuntu 16.04 LTS), but does not work when builded with a mac (tested w/ OS X El Capitan).

from nativescript-google-maps-sdk.

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.