KrishAmal / NavAR

NavAR is a location based augmented reality navigation application for Android. It features AR powered Point of Interest Browser and a real-time AR navigation system , assisting you while on a drive.
GNU General Public License v3.0
110 stars 52 forks source link

google_maps_key issue #4

Open techyogee opened 6 years ago

techyogee commented 6 years ago

Hi, I am new to android mobile app development and i am just trying to learn this AR app but i am getting below error.. please help me out on this, i don't what is google map key and how to achieve this key.

error:` resource string/google_maps_key (aka com.univ.team12.navar:string/google_maps_key) not found. Message{kind=ERROR, text=error: resource string/google_maps_key (aka com.univ.team12.navar:string/google_maps_key) not found., sources=[D:\innovate48\innovate48_2018\NavAR-master\app\build\intermediates\manifests\instant-run\debug\AndroidManifest.xml:36], original message=, tool name=Optional.of(AAPT)}

Thanks for your support !!!

kiwinam commented 6 years ago

You create a map key from the Google Developer Console.

and then make "google_maps_key" in values like this

`

YOUR_API_KEY

`