Language: English | 中文简体
This is an Android version of VS Code implemented using code-server. Some have already implemented similar solutions, and this is one of them.
The package size is relatively large since the resources required are necessary for the initial run, so integrating them into the server and dynamically downloading them is not very meaningful.
Users should weigh this solution against others available from different developers.
The principle is to run code-server and then use a webview to load the view. There might be some bugs, but it performs reasonably well.
This project is open source, with the upper framework being Flutter. The loading of VS Code is implemented in Flutter, and VS Code runs in the Android WebView.
I'm quite busy, so responses to issues might be slow. Thank you for your understanding.
Cheers! 🍻
Place the downloaded file in /sdcard. Do not unzip or change its filename.
Launch Code FA, and enjoy it!
Create a file named code_version
in /sdcard with the version number as its content, such as 4.13.0
, without any line breaks.
Download the corresponding version and place it in /sdcard. Do not unzip or change its filename.
Launch Code FA, and enjoy it!
TODO: Like Sula, slide the sidebar to directly input pasted text.