Tecnologia do Blogger.
RSS

[androidbrasil-dev] Problemas com Google Maps V2

Eu acho que todos que tentaram testar a V2 já tiverem problemas, mas o meu problema e de não parecer o Mapa mesmo seguindo a risca o tutorial do Nelson
e do próprio Google.

A tela fica em branco, simplemente fica preta logo quando abre mais rapidamente fica branca e só exibi o +- do zoom.

Alguém consegui resolver ?

Meu manifest está assim...

<?xml version="1.0" encoding="utf-8"?>
    package="com.example.exgooglemapsv2"
    android:versionCode="1"
    android:versionName="1.0" >

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

    <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-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="com.example.exgooglemapsv2.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="AIzaSyA-gWNIulP-b-lVyZk3RwVVfF325RRWm4s" />
    </application>

</manifest>

eu estou testando em um Motorola Xoom

Diogo Henrique
(83)87344178
Rede Sociais: 




--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comentários:

Postar um comentário