The google map doesn't load when i run the APK of google map layout with my key on Android Device. There is no cache to be removed and any sort of data to be removed. Please help!
In MapActivity.java:
LatLng sydney = new LatLng(-34, 151);
mMap.addMarker(new MarkerOptions().position(sydney).title("Marker Sydney"));
mMap.moveCamera(CameraUpdateFactory.newLatLng(sydney));