Can't add Google Map to Navigation Drawer fragment
问题 I'm trying to make an app in Android and I want to add a Map in a Navigation Drawer. The drawer options open new fragments but can't make the Map fragment to work. The MainActivity.java sets the fragment the following way: /** * Diplaying fragment view for selected nav drawer list item * */ private void displayView(int position) { // update the main content by replacing fragments Fragment fragment = null; switch (position) { case 0: fragment = new HomeFragment(); break; case 1: fragment = new