You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit and build app
2.1 Edit google map api key
You need to change google map api key in AndroidManifest.xml. If not, google map will not display when you build app.
2.2 Change provider
Run by Genymotion emulator:
public static final String PROVIDER = LocationManager.GPS_PROVIDER; (in Const.java)
Run by device :
public static final String PROVIDER = LocationManager.NETWORK_PROVIDER; (in Const.java)