Trouble loading the skobbler map

154 Views Asked by At

I am trying to run the demo project by skobbler, however the app crashes the moment it starts. It runs the SplashActivity.java file which has the code to initialize the map. This is the output from on the run terminal: Split APKs installed $ adb shell am start -n "com.skobbler.sdkdemo/com.skobbler.sdkdemo.activity.SplashActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Client not ready yet..Connected to process 20422 on device Pixel_API_25 [emulator-5554] Application terminated.

I am not able to figure out what's causing the app to crash. Is anyone facing similar issue?

2

There are 2 best solutions below

4
Distwo On BEST ANSWER

There use to be some problems running skobbler in emulator. Try on a physical device.

0
Amadeu Cavalcante Filho On

Android intel emulator supports openGL now

enter image description here

Here you can choose which GL interface you want to use on your emulator.

enter image description here

On macOS you can see some information about the openGL running on the emulator. Once you have downloaded the additional tools for xcode.

enter image description here

enter image description here

For some more information about emulator hardware acceleration here.