breautek commented on issue #1792:
URL: 
https://github.com/apache/cordova-android/issues/1792#issuecomment-2800223211

   > i'm getting this path error with everything up to date (pc username has 
space)
   > 
   > i added " " to check_reqs.js to fix it :
   > 
   > const result = execa.sync(path.join('"'+__dirname, 'getASPath.bat"'), { 
shell: true });
   
   The patch hasn't landed in any releases yet. I believe we are looking into 
making a patch release soon which will contain the fix.
   
   If you're blocked by this issue, installing the `nightly` version should get 
you by until the patch is released.
   
   ```
   cordova platform remove android
   cordova platform add android@nightly
   ```
   
   Just be aware that nightly will include all unreleased commits that have not 
been voted on for release. It will be strongly recommended to switch to a 
versioned release once `14.0.1` is available.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to