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

android10已经开启定位权限还是报错 #140

Closed
wcly opened this issue Apr 8, 2021 · 2 comments
Closed

android10已经开启定位权限还是报错 #140

wcly opened this issue Apr 8, 2021 · 2 comments
Labels
android Only for android bug Something isn't working

Comments

@wcly
Copy link

wcly commented Apr 8, 2021

报错信息如下
image

@wcly wcly added android Only for android bug Something isn't working labels Apr 8, 2021
@wcly
Copy link
Author

wcly commented Apr 8, 2021

android/app/src/main/AndroidManifest.xml添加如下权限可以解决

<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION"/>

@wcly wcly closed this as completed Apr 8, 2021
@z3season
Copy link

z3season commented Jul 5, 2021

原来是手机的GPS按钮没有打开的问题 哈哈

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

2 participants