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

yarn add react-native-amap-geolocation后link,然后 AMapGeolocationModule 报红 #94

Closed
Yieron opened this issue Sep 3, 2019 · 2 comments
Labels
android Only for android bug Something isn't working

Comments

@Yieron
Copy link

Yieron commented Sep 3, 2019

为了节省大家的时间,请尽可能详细地说明问题,并最好提供截图(特别是出错信息)。
image

@Yieron Yieron added android Only for android bug Something isn't working labels Sep 3, 2019
@Yieron
Copy link
Author

Yieron commented Sep 3, 2019

"react-native": "0.60.0",
 Android   buildToolsVersion '28.0.3'

@Yieron
Copy link
Author

Yieron commented Sep 3, 2019

我已经解决了这个问题,是因为你引入的高德定位SDK版本太低,更换成最新的就好了。
image

implementation 'com.amap.api:location:4.6.0'替换成
implementation 'com.amap.api:location:4.7.0'就可以了

@Yieron Yieron closed this as completed Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Only for android bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant