Android Question Android Tutorial Google Maps

Dirceu Renato Macan

Member
Licensed User
Longtime User
I am trying to use the modules GoogleMapsExample.zip and GoogleMaps.zip however was unsuccessful.
The result is an unfilled screen (see attachment).

I am using the following code in the Manifest:
AddManifestText (
<uses-sdk android: minSdkVersion = "14" android: targetSdkVersion = "26" />

Does anyone have any suggestions on how to solve this problem?
 

Attachments

  • Acttivity.png
    Acttivity.png
    47.5 KB · Views: 163

DonManfred

Expert
Licensed User
Longtime User
You are giving ZERO informations. Where is the projectupload?
Which Version of B4A are you using?

You are using the B4A SDK MAnager and the SDK is uptodate?

Follow the tutorial is all i can say. It works (at least using the B4A SDKManager). GoogleMaps

Did you forget to set a google api key?

Based on the screenshot i would say you did not setup correctly.
 
Last edited:
Upvote 0

Dirceu Renato Macan

Member
Licensed User
Longtime User
I ran the process using B4A SDK MAnager and B4A-Bridge (USB), the result was the same.
The version of B4A I am using is: 9.50.
As it was a prerequisite, I setup google api key.
I followed the tutorial is all I can say. (The result is attacked)
If the setup is not completed correctly, it is precisely my question.
Attached is the codes, versions and paths, of course google api Key is masked.
 

Attachments

  • B4A Version.png
    B4A Version.png
    33.9 KB · Views: 163
  • Paths.png
    Paths.png
    22.1 KB · Views: 155
  • Main.zip
    640 bytes · Views: 175
  • Manifest.zip
    628 bytes · Views: 189
  • Designer.png
    Designer.png
    43.4 KB · Views: 166
Upvote 0

Dirceu Renato Macan

Member
Licensed User
Longtime User
Sorry Erel and Manfred for my failure, I had forgotten an important item in the project registration with Google, or better,
connect the project to a Billable account.

Starting June 2018, the API key will not work if the project is not signed in to a billable account (even though the service is still free for mobile apps).

So I connected the project to the account and now it's working normally.

Thank you for your commitment,

Dirceu Renato Macan
 
Last edited:
Upvote 0

Similar Threads

  • Locked
  • Article
Android Tutorial Google Maps
Replies
191
Views
142K
  • Locked
  • Article
Android Tutorial Android JSON tutorial
Replies
90
Views
159K
Top