Reputation: 3
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
Reputation: 2388
Android intel emulator supports openGL now
Here you can choose which GL interface you want to use on your emulator.
On macOS you can see some information about the openGL running on the emulator. Once you have downloaded the additional tools for xcode.
For some more information about emulator hardware acceleration here.
Upvotes: 1
Reputation: 11749
There use to be some problems running skobbler in emulator. Try on a physical device.
Upvotes: 0