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.

Error: react-native-image-picker:processReleaseResources

See original GitHub issue
 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':react-native-image-picker:processReleaseResources'.
> com.android.ide.common.process.ProcessException: Failed to execute aapt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log

BUILD FAILED

Any Suggestions?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:25 (2 by maintainers)

github_iconTop GitHub Comments

92reactions
glocorecommented, Jul 21, 2018

Faced the same issue, solved it using the solution linked by @RajaSaravanan. Here’s the gist: add the following lines to the bottom of your android/build.gradle:

subprojects {
    afterEvaluate {project ->
        if (project.hasProperty("android")) {
            android {
                compileSdkVersion 26 // <-- match this to your project's compileSdkVersion
                buildToolsVersion '26.0.3' // <-- match this to your project's buildToolsVersion
            }
        }
    }
}

the project’s compileSdkVersion and buildToolsVersion are available under ext {...}

2reactions
stale[bot]commented, Jun 18, 2019

Closing this issue after a prolonged period of inactivity. Fell free to reopen this issue, if this still affecting you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting an Error "image source error at React Native"
It seems like the %250D%250A%250D%250A part of the post.ImagePath should not be there. Could you show the contents of your post object?
Read more >
Error on build iOS PhaseScriptExecution after upgrade #31748
Description Has an error to build the app after upgrade to React Native 0.64.2 React Native version: System: OS: macOS 11.4 CPU: (8)...
Read more >
Fix renderdevicedx11.cpp fatal error while playing Resident ...
Here's how to Fix renderdevicedx11.cpp fatal error while tried to play Resident Evil 2 in your Windows 10/7. Learn more?
Read more >
Ansible and Windows RM error (WinRMOperationTimeoutError)
Hello, I am using Azure Devops to run a job that installs an agent on Windows VMs. I am getting the intermittent error...
Read more >
Resident Evil 2 Technical Help / Support - Steam Community
FATAL ERROR RENDERDEVICEdx11.cpp FIX!! (as far as i know). Ok so here's the deal. When i first pplayed the game correct, i had...
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