Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add one more tip to Android installation troubleshooting #1060

Merged
merged 3 commits into from
Mar 7, 2017

Conversation

evansiroky
Copy link
Contributor

Add note about dealing with correcting the system image to use with the
emulator.

Add note about dealing with correcting the system image to use with the
emulator.
1. If you are using Android Virtual Devices (AVD), ensure that `Use Host GPU` is checked in the settings for your virtual device.

1. If using an emulator and instead of the map, you see the message `[APPNAME] won't run without Google Play services which are not supported by your device.`, you need to change the emulator CPU/ABI setting to a system image that includes Google APIs. These may need to be downloaded from the Android SDK Manager first.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean instead of a device?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, on an emulator. After re-reading this it didn't make sense to me either, so I updated the wording.

@christopherdro christopherdro merged commit 4b71267 into react-native-maps:master Mar 7, 2017
jiaminglu added a commit to jiaminglu/react-native-maps that referenced this pull request May 24, 2017
* commit '4247d9be4b4ff291737e2f512be3bf8ed16e42da':
  Fix abi splits on example app
  Fix null activity crash
  Update for dependency issues (react-native-maps#1092)
  Improve documentation for fitToCoordinates (react-native-maps#1037)
  Add one more tip to Android installation troubleshooting (react-native-maps#1060)
  Mention rgba option for polygons in docs (react-native-maps#1084)
  specify `react-native link` command (react-native-maps#1086)
  Updated Google play services and gradle build plugin (react-native-maps#1023)
  Improve documentation of customMapStyle (react-native-maps#1085)

Conflicts:
	android/build.gradle
	android/googlemap/src/main/java/com/airbnb/android/react/maps/googlemap/AirGoogleMapView.java
	android/src/main/java/com/airbnb/android/react/maps/AirMapManager.java
	example/android/app/build.gradle
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants