Failed to load map. Error contacting Google servers. This is probably an authentication issue
I search all days and I can't find the answer... everything is ready but google map still can't show on fragment with tab I check that I already turn on google map android v2 and right API_KEY I have no idea what happened! MainActivity.java: public class MainActivity extends FragmentActivity implements ActionBar.TabListener { SectionsPagerAdapter mSectionsPagerAdapter; ViewPager mViewPager; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); String titles[] = { this.getString(R.string.title_around), this