質問

作成した新しい MapActivity クラス MapProba.

からの主な Activity ていきたいと思ってい MapActivity:ボタンをクリックしイベントこのコード:

    Intent myIntent = new Intent(this, com.art.mode.MapProba.class);        
    startActivity(myIntent); 

だあります。

私のxmlファイルを使っているこのコード:

<LinearLayout
      xmlns:android="http://schemas.android.com/apk/res/android"
      android:layout_width="wrap_content"
      android:layout_height="wrap_content">

      <com.google.android.maps.MapView
        android:id="@+id/map_view"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:apiKey="SomeGoogleMapAPIKeyHere" />
</LinearLayout>

ログを受けているこのエラー:

08-31 04:47:10.218: ERROR/AndroidRuntime(593): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.art.mode/com.art.mode.MapProba}: 
android.view.InflateException: Binary XML file line #7: Error inflating class com.google.android.maps.MapView

ライン7: com.google.android.maps.MapView

私はこのコンポーネントに関連するワコムのxmlファイル:

   <com.google.android.maps.MapView
    android:id="@+id/map_view"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:apiKey="SomeGoogleMapAPIKeyHere" />

白黒の画面が表示されエラーがない)

Manifestファイルにしてい:

uses-permission android:name="android.permission.INTERNET"
uses-permission android:name="android.permission.ACCESS_LOCATION" 

<uses-library android:name="com.google.android.maps" />

ずっと面白いアイデアないか?

感謝


更新

08-31 12:22:00.648: ERROR/AndroidRuntime(656): FATAL EXCEPTION: main
08-31 12:22:00.648: ERROR/AndroidRuntime(656): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.art.mode/com.art.mode.MapProba}: android.view.InflateException: Binary XML file line #7: Error inflating class com.google.android.maps.MapView
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at android.app.ActivityThread.access$2300(ActivityThread.java:125)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at android.os.Handler.dispatchMessage(Handler.java:99)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at android.os.Looper.loop(Looper.java:123)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at android.app.ActivityThread.main(ActivityThread.java:4627)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at java.lang.reflect.Method.invokeNative(Native Method)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at java.lang.reflect.Method.invoke(Method.java:521)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at dalvik.system.NativeStart.main(Native Method)
08-31 12:22:00.648: ERROR/AndroidRuntime(656): Caused by: android.view.InflateException: Binary XML file line #7: Error inflating class com.google.android.maps.MapView
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at android.view.LayoutInflater.createView(LayoutInflater.java:513)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:565)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at android.view.LayoutInflater.rInflate(LayoutInflater.java:618)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at android.view.LayoutInflater.inflate(LayoutInflater.java:407)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:198)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at android.app.Activity.setContentView(Activity.java:1647)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at com.art.mode.MapProba.onCreate(MapProba.java:12)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     ... 11 more
08-31 12:22:00.648: ERROR/AndroidRuntime(656): Caused by: java.lang.reflect.InvocationTargetException
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at com.google.android.maps.MapView.<init>(MapView.java:238)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at java.lang.reflect.Constructor.constructNative(Native Method)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at java.lang.reflect.Constructor.newInstance(Constructor.java:446)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at android.view.LayoutInflater.createView(LayoutInflater.java:500)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     ... 21 more
08-31 12:22:00.648: ERROR/AndroidRuntime(656): Caused by: java.lang.NullPointerException
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at com.google.android.maps.MapActivity.setupMapView(MapActivity.java:382)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at com.google.android.maps.MapView.<init>(MapView.java:280)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     at com.google.android.maps.MapView.<init>(MapView.java:255)
08-31 12:22:00.648: ERROR/AndroidRuntime(656):     ... 25 more
役に立ちましたか?

解決

私は同じ問題を抱えていた、あなたのAndroidManifest.xml

このタグを配置する必要があります
<uses-library android:name="com.google.android.maps"/>

これは、内にある必要があります

<application>
    <uses-library android:name="com.google.android.maps"/>
</application>

!!!!決して、決して外

あんたの活動にこれを使用します
Intent myIntent = new Intent(getBaseContext(), MapProba.class);             
startActivity(myIntent);  

他のヒント

あなたはより多くのエラーログの送信ができます。

は、何が右の

の後に来ます

XMLファイルのライン#7:エラー膨らまクラスcom.google.android.maps.MapView ...

このクラスを膨らませることができなかった理由は、おそらく、それが存在しないかどうか、わかります、またはそれはライブラリが不足している...など...

- あなたの更新の後 -

デバイスの

どのようなあなたは?

でこれを実行しています

あなたがエミュレータを使用する場合は、ビルドターゲットとして、GoogleのAPIを使用する必要があります。

あなたは実際のデバイスを使用する場合は、

、それはG1上だけで正常に動作するはずですが、それはあなたがAOSPからのAndroidを移植されたデバイスであれば、あなたが最も可能性の高い右のライブラリがインストールされていません。

具体的には、あなたはcom.google.android.maps.jarとcom.google.android.maps.xmlのようなファイルを持っている必要があります MapViewを使用することが良いのチュートリアルがあります: http://developer.android.com/resources/tutorials/views/ハローmapview.htmlする

ご利用の場合、外部デバイスのためのデバッグのほとんどありませんが右の図書館を設置。

特にarchosユーザー入荷致しました http://code.google.com/p/archos-apps-installer/downloads/detail?name=gAppsInstaller_v5-final.apk

[マップのフォームクラスでは、あなたの代わりにextends MapActivityextends Activityを使用しましたか?私は私が間違って拡張したクラスを使用していたことに気づいたの前にしばらくの間、私をネジいます。 :P

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top