Execution failed for task ':react-native-fused-location:processReleaseResources'.
See original GitHub issueTry 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:
- Created 5 years ago
- Comments:7 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Kotdnz, @kenmistry I will take a look into this.
i am facing this error instead:
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
from11.8.0
, but it didnt work.