我跟隨this tutorial瞭解如何使用googleMaps API。 但MainAntivity.java它給了我一個錯誤,我不知道如何解決: map = ((MapFragment) getFragmentManager().findFragmentById(R.id.map)).getMap();
我得到map cannot be resolved or is not a field
我得到的錯誤消息: The primitive type of R does not have a field drawable
的代碼: mark = map.addMarker(new MarkerOptions()
.position(new LatLng(latO, lonO))
.icon(BitmapDescriptorFactory.fromResource(R.drawab