V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
BeijingBaby
V2EX  ›  Android

react native 下安卓原生定位 api 无法使用吗?

  •  
  •   BeijingBaby · 18 小时 28 分钟前 · 547 次点击
    会返回错误:[Error: Location request has been rejected: 17: API: LocationServices.API is not available on this device. Connection failed with: ConnectionResult{statusCode=SERVICE_INVALID, resolution=null, message=null}]


    得用百度或高德?
    7 条回复    2024-12-25 16:49:40 +08:00
    liyang582
        1
    liyang582  
       15 小时 43 分钟前
    给一段你的代码?你用的是哪个 lib? 我了解有一些 location lib 确实会依赖 google play.
    BeijingBaby
        2
    BeijingBaby  
    OP
       13 小时 56 分钟前
    @liyang582 用的是 expo-location 这个库,ios 下无任何问题,部分安卓机型会报上面的错误。
    BeijingBaby
        4
    BeijingBaby  
    OP
       13 小时 53 分钟前
    @BeijingBaby #3

    ```
    const { coords } = await Location.getCurrentPositionAsync({
    accuracy: Location.Accuracy.Low,
    });
    ```

    的时候出现:

    [Error: Location request has been rejected: 17: API: LocationServices.API is not available on this device. Connection failed with: ConnectionResult{statusCode=SERVICE_INVALID, resolution=null, message=null}]
    chaselen
        5
    chaselen  
       13 小时 30 分钟前
    华为手机,可能要集成 HMS Core ?
    chaselen
        6
    chaselen  
       13 小时 30 分钟前
    @chaselen react-native-hms-location
    BeijingBaby
        7
    BeijingBaby  
    OP
       13 小时 28 分钟前
    @chaselen #6 确实是华为,我看看这个库,thx
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1002 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 19ms · UTC 22:18 · PVG 06:18 · LAX 14:18 · JFK 17:18
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.