Android Question "White Map" with Google Maps v2

Walter Adriano da Silva

Member
Licensed User
Longtime User
Hello there,

I'm using Google Maps v2 for an app, and have right configs in Google API Key, AdditionalRes and Manifest, but the panel persist in show me a "White Map".

Screenshot_2014-12-17-12-03-59.png

One can imagine where is the error?

Thank you in advance.
AdditionalRes.png Key for Android app.png Manifest.png
 

antofer

Member
Licensed User
Longtime User
Hello. First of all ask forgiveness for my English

I watched the tutorial several times and no errors but the screen always blank
I downloaded the "www.b4x.com/android/files/googlemap.apk" file and it works perfect on my end but my code B4A always blank screen

Something I do wrong.

Please needed for my application

I enclose three images. Thank you very much for everything
 

Attachments

  • pantallazo1.jpg
    pantallazo1.jpg
    310.5 KB · Views: 1,524
  • pantallazo2.jpg
    pantallazo2.jpg
    193.2 KB · Views: 1,773
  • pantallazo3.jpg
    pantallazo3.jpg
    209.1 KB · Views: 1,419
Upvote 0

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
Hi.i download googlemap.apk and install it in my device and run it but not show map.
What's problem?
 
Upvote 0

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
My device is unroot.already i test google map and have a project that well work but now not work
 
Upvote 0

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
Hi.
If your api key is correct and google map service is started,use proxy in your device and i will see google map shown.
My problem is white screen but when use proxy ,google map show in mapview
Thank you Erel
 
Upvote 0

SCIS

Active Member
Licensed User
Longtime User
Our app works perfectly on the smartphones we've tested it on. But the tablet of my brother shows a white map...Any ideas?
 
Upvote 0

SCIS

Active Member
Licensed User
Longtime User
Hi Erel, our app works fine on some devices when debugging (only low resolution). But on other device it shows the wite map.
Google play services are properly installed on those devices but the test app does work correct.
 
Upvote 0

kalmen

Member
Licensed User
Longtime User
Hi Erel ,

i have googleMaps library 1.01 , using B4A v5.5 , copied google-play-services.jar to the library folder,
have loaded my existing keystore , went to google developer console ,

1.create new project at the google developer console
2. enabled : Google Maps Andriod API ( no version 2 found , only this option found )
3. created : Credential, API Key,
3.1. Name : Andriod key1 , package name : com.example.android.mapexample and filled in my SHA-1 fingerprint found at the dialog of my keystore
when open up the private signed key at B4A ,
4. added code to manifest file as suggested , and replaced the key value with my own API key ,
5. added an #AdditionalRes attribute to the main activity
6. after compiled & installed , the MAP display is BLANK , with "google" word at the left bottom corner ,

* i have installed your B4A demo.apk found in this thread and the map display correctly and is working properly.

what went wrong with my map app , can you please advice ?

[solved] - please view my last image : gmap-api5-solutions.png

thanks,
Kalmen

 

Attachments

  • gmap-api1.png
    gmap-api1.png
    26.3 KB · Views: 892
  • gmap-api2.png
    gmap-api2.png
    85.8 KB · Views: 784
  • gmap-api3.png
    gmap-api3.png
    40.6 KB · Views: 798
  • gmap-api4.png
    gmap-api4.png
    85.9 KB · Views: 850
  • gmap-api5-solution.png
    gmap-api5-solution.png
    17.3 KB · Views: 949
Last edited:
Upvote 0
Top