question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Execution failed for task ':react-native-fused-location:processReleaseResources'.

See original GitHub issue

Try to edit node_modules\react-native-fused-location\android\build.gradle and change versiob from + to 11.8.0: dependencies { compile 'com.facebook.react:react-native:+' compile 'com.google.android.gms:play-services-location:11.8.0' }

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
MustansirZiacommented, Mar 26, 2018

@Kotdnz, @kenmistry I will take a look into this.

1reaction
kenmistrycommented, Mar 23, 2018

i am facing this error instead:

Error: more than one library with package name ‘com.google.android.gms.license’

it seems to be related to the latest update of Google Play Services 12.0.0 as explained here. i have tried downgrading to com.google.android.gms:play-services-location:11.6.0 from 11.8.0, but it didnt work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Execution failed for task ':app:processReleaseResources'.
[x ] I have reviewed the documentation [ x] I have searched existing issues [x ] I am using the latest React Native...
Read more >
Execution failed for task ':app:processReleaseResources'.
What went wrong: Execution failed for task ':app:processReleaseResources'. > Failed to process resources, see aapt output above for details.
Read more >
Android studio | Execution failed for task - YouTube
Here, given trick to solve this type of error. Execution failed for task ':app:checkDebugAarMetadata'. Could not resolve all files for ...
Read more >
Error:Execution failed for task ':app ... - YouTube
In this android studio video tutorial we will fix an error that normally and usually occur because of adding random or duplicate libraries ......
Read more >
Error Execution failed for task ':app:mergeReleaseResources ...
Android : Error Execution failed for task ':app:mergeReleaseResources' building APK [ Beautify Your Computer ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found