I am working on integrating google maps into my android app.
It was working fine.
However, after some days my map is not displaying and I don’t know why?
Can anybody suggest me why?
I had not changed anything in my code.
Thanks in advance.
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.maps.MapView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mapview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:clickable="true"
android:apiKey=""/>
Just generate a new key and use it again in your xml. It should fix your problem.