I am implementing turn-by-turn navigation in android using SKMaps. For this, I displayed a separate activity which uses SKMaps. When I present the activity for very first time, the map is displayed and the navigation is working. If I go back from this activity and start this navigation activity again, then it will display a screen with black/bluish background.But, the advice text panel, ETA panel, source and destination markers are displayed in the screen.
I referred this link Skobbler Maps on Android showing black screen and checked my onCreate and onResume methods.
I have initialized the SKMap using "initializeSKMaps" method in "onCreate" and did "mapView.onResume" in "onResume" method.
Still I see the black/bluish background. Please provide some suggestions on this issue.