1

チュートリアルにあるプロジェクトをインストールしようとしました:

すべて問題ありませんが、プロジェクトを実行すると、logcat は次のように言います。

「メソッド maps.ah.an.a から参照されているクラス 'maps.ag.l' が見つかりませんでした」

マップは空で、logcat は次のように言います。

" 地図の読み込みに失敗しました。Google サーバーへの接続中にエラーが発生しました。これはおそらく認証の問題です (ただし、ネットワーク エラーが原因である可能性があります)。

パッケージ名を「in.wptrafficanalyzer.locationgooglemapv2demo」から「it.appatwork」に変更し、sha1 で Android マップ apiV2 の apikey を取得しました。

私はアンドロイド2.3.3を持っています

私を助けてください!

主な活動:

package it.appatwork.locationgooglemapv2demo;

import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.view.Menu;

import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GooglePlayServicesUtil;

public class MainActivity extends FragmentActivity {

@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.activity_main);
    int status = GooglePlayServicesUtil.isGooglePlayServicesAvailable (getApplicationContext());
    if(status == ConnectionResult.SUCCESS) {
        System.out.println("ok");
    }

}

@Override
public boolean onCreateOptionsMenu(Menu menu) {
    // Inflate the menu; this adds items to the action bar if it is present.
    getMenuInflater().inflate(R.menu.activity_main, menu);
    return true;
}

}

activity_main.xml:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity" >

<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"/>
</RelativeLayout>

AndoridManifest.xml:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="it.appatwork.locationgooglemapv2demo"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
    android:minSdkVersion="8"
    android:targetSdkVersion="16" />

<permission
      android:name="it.appatwork.locationgooglemapv2demo.permission.MAPS_RECEIVE"
      android:protectionLevel="signature"/>

<uses-permission android:name="it.appatwork.locationgooglemapv2demo.permission.MAPS_RECEIVE"/>

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>


<uses-feature
    android:glEsVersion="0x00020000"
    android:required="true"/>

<application
    android:allowBackup="true"
    android:icon="@drawable/ic_launcher"
    android:label="@string/app_name"
    android:theme="@style/AppTheme" >
    <activity
        android:name="it.appatwork.locationgooglemapv2demo.MainActivity"
        android:label="@string/app_name" >
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>


    <meta-data
        android:name="com.google.android.maps.v2.API_KEY"
        android:value="AIzaSyBgkEwv0Z4O2t27avrve_33N33QY0wHNXg"/>        

</application>

</manifest>

アップデート:

これは logcat の出力です。

07-24 23:11:40.849: W/dalvikvm(6472): VFY: unable to resolve instance field 24 07-24 23:11:41.149: W/dalvikvm(6472): Unable to resolve superclass of Lmaps/p/w; (718) 07-24 23:11:41.149: W/dalvikvm(6472): Link of class 'Lmaps/p/w;' failed 07-24 23:11:41.149: W/dalvikvm(6472): Unable to resolve superclass of Lmaps/aq/as; (5347) 07-24 23:11:41.149: W/dalvikvm(6472): Link of class 'Lmaps/aq/as;' failed 07-24 23:11:41.149: W/dalvikvm(6472): Unable to resolve superclass of Lmaps/ag/l; (4576) 07-24 23:11:41.149: W/dalvikvm(6472): Link of class 'Lmaps/ag/l;' failed 07-24 23:11:41.149: E/dalvikvm(6472): Could not find class 'maps.ag.l', referenced from method maps.ah.an.a 07-24 23:11:41.149: W/dalvikvm(6472): VFY: unable to resolve new-instance 4420 (Lmaps/ag/l;) in Lmaps/ah/an; 07-24 23:11:41.359: I/ApplicationPackageManager(6472): cscCountry is not German : WIN 07-24 23:11:47.069: W/Google Maps Android API(6472): Please add <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> into AndroidManifest.xml to ensure correct behavior under poor connectivity conditions. 07-24 23:11:47.069: I/Google Maps Android API(6472): Failed to contact Google servers. Another attempt will be made when connectivity is established. 07-24 23:11:59.009: W/IInputConnectionWrapper(6472): getExtractedText on inactive InputConnection 07-24 23:11:59.009: W/IInputConnectionWrapper(6472): getExtractedText on inactive InputConnection 07-24 23:12:02.289: E/Google Maps Android API(6472): Failed to load map. Error contacting Google servers. This is probably an authentication issue (but could be due to network errors).

4

1 に答える 1

0

まず、あなたが説明している2つの問題は互いに関連していません。主な問題は次のとおりです。

地図の読み込みに失敗しました。Google サーバーへの接続中にエラーが発生しました。これはおそらく認証の問題です (ただし、ネットワーク エラーが原因である可能性があります)。

これは、マニフェスト ファイルのアクセス許可、または Google API のコンソールの構成に何らかの問題があることを意味します。

この 2 つのブログ投稿、Google Maps API V2 キーGoogle Maps API V2のすべての手順を確認し、すべての手順をコミットしてください。それでも問題が解決しない場合は、コードと更新された logcat メッセージをここに投稿してください。

アップデート:

パッケージ名:

package="it.appatwork.locationgooglemapv2demo"

権限で指定したパッケージ名と一致しません:

permission
      android:name="it.appatwork.LocationGoogleMapV2Demo.permission.MAPS_RECEIVE"
      android:protectionLevel="signature"/>

<uses-permission android:name="it.appatwork.LocationGoogleMapV2Demo.permission.MAPS_RECEIVE"/>

大文字と小文字が区別されると思うので、次のように変更してみてください。

permission
      android:name="it.appatwork.locationgooglemapv2demo.permission.MAPS_RECEIVE"
      android:protectionLevel="signature"/>

<uses-permission android:name="it.appatwork.locationgooglemapv2demo.permission.MAPS_RECEIVE"/>
于 2013-07-24T13:23:19.730 に答える