mkv
mkv

Reputation: 3

Trouble loading the skobbler map

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?

Upvotes: 0

Views: 154

Answers (2)

Amadeu Cavalcante Filho
Amadeu Cavalcante Filho

Reputation: 2388

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.

Upvotes: 1

Distwo
Distwo

Reputation: 11749

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

Upvotes: 0

Related Questions