問題があります。MapView を使用でき、マップが正しく表示されます。
<com.google.android.gms.maps.MapView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
しかし、MapFragment を使用するとアプリがクラッシュします... クラス フラグメントの拡張エラー:
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.google.android.gms.maps.SupportMapFragment"/>
main.java だけです:
public class situar_mapav3 extends android.support.v4.app.FragmentActivity{
public situar_mapav3() {
}
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
}
何か案が ?ありがとう。