我有以下代码,我正在使用 sherlockfragments。
map = ((SupportMapFragment) getActivity().getSupportFragmentManager()
.findFragmentById(R.id.map)).getMap();
<?xml version="1.0" encoding="utf-8"?>
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="450px"
android:name="com.google.android.gms.maps.SupportMapFragment"/>
我收到错误:
android.view.InflateException: Binary XML file line #94: Error inflating class fragment