Closed mfik closed 5 years ago
Resolved with newest debug data, adding 👍
project.ext { googlePlayServicesVersion = "+" }
i have added googlePlayServicesVersion = "+" but its crashes again
Insert this into app.graddle file
project.ext { googlePlayServicesVersion = "16.+" } dependencies { def googlePlayServicesVersion = project.googlePlayServicesVersion compile "com.google.android.gms:play-services-location:$googlePlayServicesVersion" }
This will stop the crash issue.
(Sorry for the formatting, I can't paste it in the format I like)
check my comment on https://github.com/NativeScript/nativescript-geolocation/issues/259
Insert this into app.graddle file
project.ext { googlePlayServicesVersion = "16.+" } dependencies { def googlePlayServicesVersion = project.googlePlayServicesVersion compile "com.google.android.gms:play-services-location:$googlePlayServicesVersion" }
This will stop the crash issue.
(Sorry for the formatting, I can't paste it in the format I like)
Finally, this fixed the issue for me!!!
Constant crash while loading splash screen.
Please, tell us how to recreate the issue in as much detail as possible.
Did this in the oninit of the main app
Output is :
ADB Logcat *:E
Tried : deleting node_modules, platforms, .cloud etc.