-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to build locally? #282
Comments
|
Not sure if I am helpful but why don't you just fork it and run workflow ? Anyway you may find something helpful here |
Thanks for Your hint. It works with GitHub Actions when using the current VHEditor release (2.15.1 from June 2023). But I do not get it to compile the code-server v4.91.1 zips. Currently I am lost with compile issues for intermediate artifacts like sqlite3 I cannot find in the Git repo (or submodules). My last attempt was https://github.com/brian200508/vscode-android-server/actions/runs/10451562111. I am trying to migrate to NodeJS 20.16.0 running on an Ubuntu 22.04 docker container with Python 3.10, ndk25.2.9519653, sdk33. Are there any intentions to update VHEditor/code-server to a recent version (e.g. v4.91.1 or v4.92.x)?
Best Regards |
Hello,
how can I build VHEditor locally on Windows 11? I tried the following steps:
C:\ProgramFiles\Android-SDK
) and adding bin folder (e.g.C:\ProgramFiles\Android-SDK\cmdline-tools\latest\bin
) toPATH
- use Path without blanks/spaces!!!y
node_modules\react-native-os\android\build.gradle
: replacecompile
byimplementation
independencies
section; retry withgradlew.bat
node_modules\react-native-tcp\android\build.gradle
: replacecompile
byimplementation
independencies
section; retry withgradlew.bat
node_modules\react-native-udp\android\build.gradle
: replacecompile
byimplementation
independencies
section; retry withgradlew.bat
Override
related build errors comment outOverride
annotations (example:node_modules\react-native-os\android\src\main\java\com\peel\react\RNOSModule.java:31
):But I still get compile and deprecation issues. What I am doing wrong? Is there any build documentation?
Best Regards
Brian
The text was updated successfully, but these errors were encountered: