Execution failed for task ':jail-monkey:verifyReleaseResources'.
See original GitHub issueHi, 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:
- Created 5 years ago
- Comments:9 (3 by maintainers)
Top 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 >
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
Adding this to my root build.gradle fixed it for me
updating the compileSdkVersion and buildToolsVersion. not working.