i have problem. i will try to make maps, but when in onCreate i have problem. i have two problem.
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
SupportMapFragment fragment = (SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.map);
mGoogleMap = fragment.getMap();
handleIntent(getIntent());
i have two problem
in setContenView(R.Layout.activity_main)
the problem is R cannot be resolved to a variable
in SupportMapFragment fragment = (SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.map);
the problem is
Multiple markers at this line
SupportMapFragment cannot be resolved to a type
map cannot be resolved or is not a field
SupportMapFragment cannot be resolved to a type
please help me,
thanx