Cannot resolve Manifest.permission.ACCESS_FINE_LOCATION

前端 未结 12 1018
天涯浪人
天涯浪人 2020-12-04 23:13

When adding permissions to my manifest file, the below xml works.

 
12条回答
  •  青春惊慌失措
    2020-12-04 23:48

    if you are working on dynamic permissions and any permission like ACCESS_FINE_LOCATION,ACCESS_COARSE_LOCATION giving error "cannot resolve method PERMISSION_NAME" in this case write you code with permission name and then rebuild your project this will regenerate the manifest(Manifest.permission) file

提交回复
热议问题