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 ':jail-monkey:verifyReleaseResources'.

See original GitHub issue

Hi, I have this problem when i try to create one apk release with the jaik-monkey library. After using:

cd android && ./gradlew assembleRelease

This exceptions appear:

* What went wrong:
Execution failed for task ':jail-monkey:verifyReleaseResources'.
> com.android.ide.common.process.ProcessException: Failed to execute aapt

package.json

 "jail-monkey": "^1.0.0",
"react-native": "0.57.1"

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
pt7892commented, Apr 17, 2019

Adding this to my root build.gradle fixed it for me

subprojects { subproject ->
    afterEvaluate{
        if((subproject.plugins.hasPlugin('android') || subproject.plugins.hasPlugin('android-library'))) {
            android {
                compileSdkVersion rootProject.ext.compileSdkVersion
                buildToolsVersion rootProject.ext.buildToolsVersion
            }
        }
    }
}
0reactions
raviminicommented, Feb 27, 2019

updating the compileSdkVersion and buildToolsVersion. not working.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting "verifyReleaseResources" error after upgrading React ...
You need to add following code in your project's android/build.gradle: subprojects { afterEvaluate {project -> if (project.
Read more >
jail-monkey - npm
A React Native module for identifying jail-broken, rooted, or mock locations on iOS and Android. Latest version: 2.8.0, last published: 5 ...
Read more >
A brand new website interface for an even better experience!
Task :react-native-orientation:verifyReleaseResources FAILED.
Read more >
Execution failed for task ':react-native-youtube ...
Coding example for the question Execution failed for task ':react-native-youtube:verifyReleaseResources'
Read more >
jail-monkey | Yarn - Package Manager
jail -monkey. owner GantMan151.3kMIT2.8.0TS vulns 0 vulnerabilities. A React Native module for identifying jail-broken, rooted, or mock locations on iOS and ...
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