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.

build fails with "The system cannot find the path specified" on Windows

See original GitHub issue

I am trying bubblewrap on windows nodejs v12.10.0

This is how my llama-pack config looks like where I have directed it to latest android cli and OpenJDK directory

{"jdkPath":"D:\\work\\openjdk","androidSdkPath":"D:\\work\\and-cli"}

This the error it returns

bubblewrap build
Installing Android Build Tools. Please, read and accept the license agreement
Installing Build Tools
The system cannot find the path specified.


cli ERROR undefined

I have already done the init which worked fine but build is not working

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:21 (6 by maintainers)

github_iconTop GitHub Comments

8reactions
andrebancommented, May 3, 2020

Oh, I see -> the Android CLI tools needs to be extracted to a folder. For instance: C:\android-cli-tools. The \tools directory will be inside that. It needs to be like that because when you run the tools it will create more files in that folder. llama-pack-config.json needs to point to C:\\android-cli-tools.

2reactions
rubensflincocommented, May 3, 2020

@andreban

Now it worked 😃

Conclusion, the space does not get in the way, but the Android folder is protected for ADM only, so it’s not a good idea to put the SDK there, so I put it in the root C disk, and made the structure that spoke.

following prints: image image

thank you 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

11 Ways to Fix "The System Cannot Find The Path Specified ...
11 Ways to Fix "The System Cannot Find The Path Specified" Error on Windows · 1. Run Command Prompt as an Administrator ·...
Read more >
11 Ways To Fix “The System Cannot Find The Path Specified ...
How to Fix the “System Cannot Find the Path Specified” Error · Check if the Path is Correct · Check Environment Variables ·...
Read more >
8 Useful Ways to Fix "The System Cannot Find the Path ...
The System Cannot Find the Path Specified; Fix 1. Run an Anti-Virus Scan; Fix 2. Verify Path; Fix 3. Recover Folders or Files;...
Read more >
[Solved] The System Can Not Find The Path Specified Error in ...
The above error can occur in three ways, 1. Incorrect directory name. 2. Try to compile the non-existing file using the directory (folder)...
Read more >
The system cannot find the path specified. (os error 3)
Build command: Executed from above path. ... ninja: build stopped: subcommand failed. dist directory create during run time and copies the files.
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