Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle maps v2 blank screen
    primarykey
    data
    text
    <p>Google map blank screen can someone help me out spent a week now still the same prob<br/> before i give up on it<br/> here is my code<br/></p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.ezamarichard.software.icytrey" android:versionCode="1" android:versionName="1.0"&gt; &lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" /&gt; &lt;uses-feature android:glEsVersion="0x00020000" android:required="true" /&gt; &lt;permission android:name="com.ezamarichard.software.icytrey.permission.MAPS_RECEIVE" android:protectionLevel="signature"/&gt; &lt;uses-permission android:name="com.ezamarichard.software.icytrey.permission.MAPS_RECEIVE"/&gt; &lt;uses-permission android:name="android.permission.INTERNET"/&gt;&lt;br/&gt; &lt;uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/&gt; &lt;uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/&gt; &lt;uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/&gt; &lt;!-- The following two permissions are not required to use Google Maps Android API v2, but are recommended. --&gt; &lt;uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/&gt; &lt;uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/&gt; &lt;application android:allowBackup="true" android:icon="@drawable/common_signin_btn_icon_focus_dark" android:label="@string/app_name" android:theme="@style/AppTheme" &gt; &lt;activity android:name="com.ezamarichard.software.icytrey.Google" android:label="@string/app_name" &gt; &lt;intent-filter&gt; &lt;action android:name="android.intent.action.MAIN" /&gt; &lt;category android:name="android.intent.category.LAUNCHER" /&gt; &lt;/intent-filter&gt; &lt;/activity&gt; &lt;meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="**AIzaSyDg3COCl-HIDDEN-7i8zpr9ru2NxdeYk**" /&gt; &lt;/application&gt; &lt;/manifest&gt; </code></pre> <p>before giving up may be somebody can help me out </p> <p><hr> my layout xml </p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;fragment xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/map" android:layout_width="match_parent" android:layout_height="match_parent" android:name="com.google.android.gms.maps.SupportMapFragment"/&gt; </code></pre> <p><strong>am still new to this site so my posting of the code is not okay as you can see</strong><br> I tried out these links <a href="https://stackoverflow.com/questions/15658526/google-maps-android-v2-blank-screen/">link1</a>, <a href="https://stackoverflow.com/questions/15993592/google-maps-are-being-show-as-blank-screen/">link2</a>, <a href="https://stackoverflow.com/questions/15516476/blank-screen-android-2-2-google-maps-v2/">link3</a> and <a href="https://stackoverflow.com/questions/14048381/google-maps-api-v2-shows-blank-map">most especially this one</a> but still nothing </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload