After updating ArcGIS for Android SDK to version 1.1.1 location service shows no symbol anymore. Also the accuracy circle looks weird. How can I make the symbol and accuracy circle look ok? Code snippet and screenshot below.
locationService = mMapView.getLocationService();
locationService.setSymbol(new SimpleMarkerSymbol(Color.BLUE, 15, STYLE.X)); //setSymbol(new PictureMarkerSymbol(getResources().getDrawable(R.drawable.ic_maps_indicator_current_position_anim3)));
locationService.setAccuracyCircleOn(false);
locationService.setAutoPan(false);
locationService.start();
[ATTACH=CONFIG]14902[/ATTACH]