You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I upgrade certain core packages, and remove pnpm-lock.yaml file. It gives me following error, which i do not know where is it coming from.
Bug is caused by upgrading "@nativescript/android" from ~8.7.0 to ~8.8.4
I also tried disabling VPN and Firewall blockers as suggested in different similar issues.
Reproduction
I will provide if needed, but might be just my project, because others didn't seem to report anything about this.
Relevant log output (if applicable)
+ adding aar library dependency: REDACTED/App_Resources/Android/libs/REDACTED.0.aar
+ adding aar library dependency: REDACTED/App_Resources/Android/libs/REDACTED.1.aar
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Execution failed for task ':app:compileDebugArtProfile'.
REDACTED/platforms/android/app/build/intermediates/l8_art_profile/debug/l8DexDesugarLibDebug/baseline-prof.txt (No such
file or directory)
Environment
OS: LINUX Nonofurbuisness.CPU: Intel i Nonofurbuisness.Shell: /usr/bin/zshnode: 22.6.0npm: 10.8.2nativescript: Not Found <-- weird, I am on pnpm tough# androidjava: 17.0.12ndk: Not Foundapis: Not Foundbuild_tools: Not Foundsystem_images: Not Found# iosxcode: Not Foundcocoapods: Not Foundpython: 3.12.5python3: 3.12.5ruby: 3.2.4platforms: Not Found
Command ./gradlew failed with exit code 1
Error: Command ./gradlew failed with exit code 1
at Errors.failWithOptions (/home/XXXXX/.local/share/pnpm/global/5/.pnpm/nativescript@8.8.2_@types+node@22.5.4_encoding@0.1.13/node_modules/nativescript/lib/common/errors.js:165:27)
at Errors.fail (/home/XXXXX/.local/share/pnpm/global/5/.pnpm/nativescript@8.8.2_@types+node@22.5.4_encoding@0.1.13/node_modules/nativescript/lib/common/errors.js:137:21)
at GradleCommandService.<anonymous> (/home/XXXXX/.local/share/pnpm/global/5/.pnpm/nativescript@8.8.2_@types+node@22.5.4_encoding@0.1.13/node_modules/nativescript/lib/services/android/gradle-command-service.js:47:30)
at Generator.throw (<anonymous>)
at rejected (/home/XXXXX/.local/share/pnpm/global/5/.pnpm/nativescript@8.8.2_@types+node@22.5.4_encoding@0.1.13/node_modules/nativescript/lib/services/android/gradle-command-service.js:6:65)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
Issue Description
When I upgrade certain core packages, and remove
pnpm-lock.yaml
file. It gives me following error, which i do not know where is it coming from.Bug is caused by upgrading "@nativescript/android" from
~8.7.0
to~8.8.4
I also tried disabling VPN and Firewall blockers as suggested in different similar issues.
Reproduction
I will provide if needed, but might be just my project, because others didn't seem to report anything about this.
Relevant log output (if applicable)
Environment
Dependencies
Please accept these terms
The text was updated successfully, but these errors were encountered: