Google API MapView OutOfMemory after setting the MapView to specific width and height
问题 i searched for this Problem, and i found some stackoverflow Questions about the same but without any idea how to resolve the problem. I created an activity and i want to add a really small mapview (like 140w X 70h). It is only to show a small preview of where the place is. When you click this little mapview you get a new inflate to a new activity with the hole map. MapView: <com.google.android.maps.MapView android:id="@+id/mapview" android:layout_width="140dip" android:layout_height="80dip"