Tagged Questions
2
votes
2answers
1k views
Google Map Android API v2: Authorization Failure
I am trying to get my Google Maps to display on my app, but it is not working and this error appears:
01-25 11:38:54.763: E/Google Maps Android API(30514): Authorization failure.
I am currently ...
4
votes
4answers
1k views
Google map android API V2 crashed
I want to load the google map API on my android. I try everything I search but it still crash.
this is my MainActivity.java
package com.example.androidmapsv2;
import android.os.Bundle;
import ...
