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.

Cannot expand ZIP ".../hermes-debug.aar"

See original GitHub issue

Android build is failing with

Cannot expand ZIP '/../node_modules/react-native/node_modules/hermesvm/android/hermes-debug.aar' as it does not exist.

React Native version: System: OS: macOS High Sierra 10.13.6 CPU: (8) x64 Intel® Core™ i7-7820HQ CPU @ 2.90GHz Memory: 1.06 GB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 12.9.0 - ~/.nvm/versions/node/v12.9.0/bin/node Yarn: 1.17.3 - /usr/local/bin/yarn npm: 6.10.2 - ~/.nvm/versions/node/v12.9.0/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 12.1, macOS 10.14, tvOS 12.1, watchOS 5.1 Android SDK: API Levels: 26, 27, 28 Build Tools: 27.0.2, 27.0.3, 28.0.2, 28.0.3 System Images: android-24 | Google APIs Intel x86 Atom, android-27 | Google APIs Intel x86 Atom, android-27 | Google Play Intel x86 Atom, android-28 | Google APIs Intel x86 Atom Android NDK: 17.2.4988734 IDEs: Xcode: 10.1/10B61 - /usr/bin/xcodebuild npmPackages: react: 16.8.6 => 16.8.6 react-native: 0.60.5 => 0.60.5

Steps To Reproduce

  1. run ‘react-native run android’

Describe what you expected to happen: A build of my app (it worked with 0.59)

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
sertonycommented, Sep 26, 2019

Same issue here, have you solved it?

It seems like hermesvm folder appears to be created not inside of ../node_modules/react-native/node_modules/hermesvm but on the top level, aka ../node_modules/hermesvm

0reactions
stale[bot]commented, Feb 8, 2020

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not expand Zip in react native project - Stack Overflow
Just to recap the solution for the quick scrollers. cd android. sudo ./gradlew clean. Or on Windows: cd android. gradlew clean.
Read more >
failed to transform hermes-debug.aar to match attributes
Failed to transform '/X/Y/K/J/App/node_modules/hermesvm/android/hermes-debug.aar' using Jetifier. Reason: Cannot open a library at 'FileMapping(from=/X/Y/K/J/ ...
Read more >
Error: Could not expand ZIP *.aar - Gradle Forums
There is no AAR archive in the build/exploded-bundles folder. There is just a folder named VideoOnTextureTestProjectLibrariesVuforiaUnspecified.aar. So I took ...
Read more >
Unable to configure zoom video sdk in react native project
node_modules/hermes-engine/android/"; debugImplementation files(hermesPath + "hermes-debug.aar") releaseImplementation files(hermesPath + ...
Read more >
Transform's input file does not exist [158753935] - Issue Tracker
Transform's input file does not exist: android-app/mycore-debug/mycore-debug.aar. Am using classpath 'com.android.tools.build:gradle:4.0.1' distributionUrl= ...
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