I got a problem on the code, and I don't know what's going wrong with it. Here it is:
mMap.addMarker(new MarkerOptions()
    .position(new LatLng(14.590230, 120.983149))
    .title("SM City Manila"))
    .icon(BitmapDescriptorFactory
    .fromResource(R.drawable.blue));
The problem is on line 4, in which errors prints: The method icon(BitmapDescriptor) is undefined for the type Marker.