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.

Could not list contents of '/third-party/glog-0.3.4/test-driver' - Android Release

See original GitHub issue

Scenario When creating an Android release APK, the error Could not list contents of '/Users/user/project/node_modules/react-native/third-party/glog-0.3.4/test-driver' is encountered which causes the build to fail.

Steps to Reproduce npm i react-native@0.45 --save cd android && ./gradlew assembleRelease && ./gradlew installRelease

There is a folder named third-party-podspecs that contains the GLog.podspec. This probably gets expanded into another folder, third-party on build. Inside of this, there is a file under glog-0.3.4/test-driver which appears to be an alias that does not resolve.

screen shot 2017-06-12 at 10 03 32

There is a temporary fix which is to delete the third-party folder. Please can we look at getting this one corrected?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:42
  • Comments:15 (2 by maintainers)

github_iconTop GitHub Comments

144reactions
itinancecommented, Jul 4, 2017

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

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

23reactions
nehvaleemcommented, Jun 13, 2017

also having this issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

0 - Stack Overflow
Could not list contents of 'third -party/glog-0.3.4/test-driver'. Couldn't follow symbolic link · javascript · android · react-native.
Read more >
Microsoft Teams Third Party Notice for Android
This file is based on or incorporates material from the projects listed below (collectively, Third Party Code). Microsoft is not the original author...
Read more >
Supporting Third-Party Calling Apps | Android Open Source ...
This user experience is important as a 3P calling app may have an ongoing call that cannot be held by the framework. Answering...
Read more >
Third-party software | Brook
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ...
Read more >
Keep me Updated: An Empirical Study of Third-Party Library ...
could be upgraded by at least one version without modifying the ... developers do not update third-party libraries on Android. We start.
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