TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

deVStudio – Runs VS Code on Android

165 pointsby userland_techalmost 2 years ago

15 comments

paraknightalmost 2 years ago
My daily driver is Android + Samsung DeX, and I&#x27;ve tried doing this a couple different ways. In the end, the only thing that didn&#x27;t make me pull me hair out in the long run was proper VSCode (arm64 build) inside termux&#x2F;Ubuntu (installed via Andronix). Crucially, the only VNC client that works well with this (and I&#x27;ve tried all the paid ones too) is AVNC from FDroid.<p>I had too many issues with code-server and vscodium and such when it came to proprietary extensions unfortunately, and my actual dev machine is in the cloud so I rely on the Remote Dev extension. Has to be real VSCode.<p>I like that you can create a PWA from a standard code-server deployment too, and that works quite nice on DeX (proper immersive-mode full screen), but for me that has been too limiting because I cannot remap my brain away from my vim keybindings, and some stuff just doesn&#x27;t work in a browser context. The browser will take over certain things (like ESC for getting out of full screen or alt+tab for navigating across browser tabs rather than VSCode tabs, etc).<p>As a rule of thumb now, any software that&#x27;s complicated enough to require tabs, I try to run native arm64 builds for (VSCode, Obsidian, browser) and everything else I can get away with kiosk-mode browser windows masquerading as apps (email, calendar, feed reader, chat).
评论 #37402425 未加载
评论 #37403315 未加载
o1y32almost 2 years ago
Great! I have been wondering why something like this did not already exist, given that you can already run a full Ubuntu from termux (and indeed people have run a coder-server from such an environment). Someone must be able to create a more user-friendly version of vscode on Android. Will try this out on my Samsung tablet.<p>My only concern is the memory management -- vscode (and its extensions) is not super friendly in its memory usage, and on a phone&#x2F;tablet the RAM could easily run out, even if swap is enabled.
评论 #37399662 未加载
评论 #37403699 未加载
评论 #37398090 未加载
评论 #37401363 未加载
userland_techalmost 2 years ago
This is made by the makers of UserLAnd - Run Linux on Android. Looking for early feedback. If you want a promo code (first 500) please email support@userland.tech.
评论 #37399460 未加载
评论 #37397874 未加载
nfriedlyalmost 2 years ago
I&#x27;ve been running <a href="https:&#x2F;&#x2F;github.com&#x2F;coder&#x2F;code-server">https:&#x2F;&#x2F;github.com&#x2F;coder&#x2F;code-server</a> for the past few months, and I really like it.<p>It&#x27;s basically self-hosted VS Code in a browser. I can switch from my desktop to my laptop, even to my phone, and pick up right where I left off with uncommitted changes, long running processes, etc. Additionally, I get the full resources of my server and don&#x27;t have to worry about it running down my battery or causing the fans to spin up on my laptop.
评论 #37401599 未加载
评论 #37400626 未加载
circuit10almost 2 years ago
From the screenshots this seems to use an X&#x2F;VNC server or something, it might be good to also explore using <a href="https:&#x2F;&#x2F;github.com&#x2F;coder&#x2F;code-server">https:&#x2F;&#x2F;github.com&#x2F;coder&#x2F;code-server</a> with a native Android browser to get things like graphics acceleration (though with disadvantages like not being about to develop graphical applications)
评论 #37398094 未加载
评论 #37398123 未加载
firealmost 2 years ago
Does this use actual vscode or is it based on vscodium?<p>I&#x27;m curious how much tweaking you needed to do to get this to work - I&#x27;d love to see this with <a href="https:&#x2F;&#x2F;cursor.sh" rel="nofollow noreferrer">https:&#x2F;&#x2F;cursor.sh</a> (vscodium based) as the editor
评论 #37401350 未加载
figersalmost 2 years ago
Just installed, c sharp extension installed fine, looks very promising.<p>The only issue I&#x27;ve run into so far is signing into my Microsoft Azure and GitHub account since it doesn&#x27;t seem to be able to load a web browser by default from this VS code instance?
评论 #37401337 未加载
flagged24almost 2 years ago
My biggest gripe with vscode on Android (code-server pwa on DeX) is lack of mouse hover and text selection. With so much intellisense hidden behind mouse popovers not having access to that is a bit of a show stopper.
评论 #37406127 未加载
iampivotalmost 2 years ago
the irony that you can&#x27;t run Android Studio on Android, but can run VS Code?
评论 #37401356 未加载
kindawindaalmost 2 years ago
This seems like a complete waste since <a href="https:&#x2F;&#x2F;vscode.dev" rel="nofollow noreferrer">https:&#x2F;&#x2F;vscode.dev</a> etc exist. Why would anyone want to develop inside of a walled garden?
评论 #37398356 未加载
评论 #37399343 未加载
评论 #37401615 未加载
评论 #37399299 未加载
noduermealmost 2 years ago
I don&#x27;t have a decent enough Android device to play with this, but how would one &#x2F; could one run tsc alongside it on Android? Invoked through termux or something?
vanarokover 1 year ago
web version vscode.dev win, this app very have big delay for input
issaframalmost 2 years ago
Yes but why?
评论 #37401745 未加载
评论 #37401973 未加载
评论 #37403711 未加载
jyf007almost 2 years ago
termux tur pkg install code-server
mknapper1almost 2 years ago
Code App is a similar app available on iOS. I&#x27;ve used it a bit, and it&#x27;s pretty polished. It&#x27;s a paid app in the app store but the testflight build is available for free.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;thebaselab&#x2F;codeapp">https:&#x2F;&#x2F;github.com&#x2F;thebaselab&#x2F;codeapp</a>
评论 #37397993 未加载
评论 #37397866 未加载
评论 #37402298 未加载
评论 #37398047 未加载
评论 #37398207 未加载