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
I am trying to run these projects, but there is not much documentation about it. When I run the command ns embed android, the terminal shows the following:
And when I try to run the nativescript-project-ng project to verify that it works, I get this:
Execution failed for task ':app:compileDebugJavaWithJavac'.
Process 'command '/Users/snoopy/Library/Java/JavaVirtualMachines/graalvm-jdk-17.0.10/Contents/Home/bin/jlink'' finished with non-zero exit value 1
The tns doctor android command returns this:
✔ Getting environment information
No issues were detected.
✔ Your ANDROID_HOME environment variable is set and points to correct directory.
✔ Your adb from the Android SDK is correctly installed.
✔ The Android SDK is installed.
✔ A compatible Android SDK for compilation is found.
✔ Javac is installed and is configured properly.
✔ The Java Development Kit (JDK) is installed and is configured properly.
✔ Getting NativeScript components versions information...
✔ Component nativescript has 8.8.2 version and is up to date.
⚠ Update available for component @nativescript/core. Your current version is 8.8.2-next-09-03-2024-10686468786 and the latest available version is 8.8.2.
⚠ Update available for component @nativescript/android. Your current version is 8.8.6-next.2024-10-15-11348502687 and the latest available version is 8.8.5.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi!
I am trying to run these projects, but there is not much documentation about it. When I run the command
ns embed android
, the terminal shows the following:And when I try to run the
nativescript-project-ng
project to verify that it works, I get this:The
tns doctor android
command returns this:Thanks in advance.
The text was updated successfully, but these errors were encountered: