alfianlosari / CoronaVirusTrackerFlutter

Corona Virus Tracker & Advices App with Flutter
MIT License
87 stars 54 forks source link

Maps on Android not work #3

Open daddo1990 opened 4 years ago

daddo1990 commented 4 years ago

Hi, the maps on android are not working, I have entered my api key. Here is my AndriodManifest.

<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.flutter_coronavirustracker">

<uses-permission android:name="android.permission.INTERNET"/>
<application android:label="Coronavirus Italia">

    <meta-data
        android:name="com.google.android.geo.API_KEY"
        android:value="MYKEY"/> 
</application>

maayehkhaled commented 4 years ago

have you added the iOS maps sdk or Android maps sdk as a service ??

daddo1990 commented 4 years ago

Android

maayehkhaled commented 4 years ago

i added this api to my account in google apis : Maps SDK for Android and on exit and rerun again it worked with me but on the emulator never worked only handheld device