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.

[0.45.0] Android release build failed

See original GitHub issue

After updating to new version release build failed. Any ideas how does this fix?

FAILURE: Build failed with an exception.

* What went wrong:
Could not list contents of '/Users/vomchik/Projects/LITS/toolook/toolook-app-react-native/node_modules/react-native/third-party/glog-0.3.4/test-driver'. Couldn't follow symbolic link.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:35
  • Comments:16 (10 by maintainers)

github_iconTop GitHub Comments

141reactions
itinancecommented, Jun 18, 2017

This worked for me: to delete the broken test-driver-link as follows

unlink node_modules/react-native/third-party/glog-0.3.4/test-driver

22reactions
lprhodescommented, Jun 20, 2017

@hramos Not every issue should require all details to be filled out before it’s looked into…it’s not always something you can document the steps for in order to reproduce. Closing a genuine issue because it doesn’t meet your guidelines is pretty poor form.

Read more comments on GitHub >

github_iconTop Results From Across the Web

React Native ios build failed on react-native run-ios
I'll post here what I did to resolve in my case. 1 - Delete the folder node_modules and the folders of android and...
Read more >
npx react-native run-android build failed - You.com
* What went wrong: Task 'installDebug' ; * Try: Run gradlew tasks to get a list of available tasks. Run with --stacktrace option...
Read more >
Known issues with Android Studio and Android Gradle Plugin
To fix this issue, upgrade your Android 11 emulator to version 9 or higher by navigating to Tools > SDK Manager. In the...
Read more >
Configure build variants | Android Developers
When you create a new module, Android Studio automatically creates the debug and release build types. Although the debug build type doesn't ...
Read more >
Install and configure the NDK and CMake - Android Developers
gradle file, you get a build error. # If you set this property, Gradle no longer uses PATH to find CMake. cmake.
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