i want to make maps. when i will try for first i have problem. this is my problem.
this my code
@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
getMenuInflater().inflate(R.menu.main, menu);
return true;
}
in this code, i have problem
getMenuInflater().inflate(R.menu.main, menu);
the comment is main cannot be resolved or is not a field