github AndroidCSOfficial/android-code-studio v1.0.0+gh.r3
v1.0.0+gh.r03

19 hours ago

Overview

This major release introduces new features, important updates, and several fixes aimed at improving stability and the overall development workflow.


System Requirements Notice
This release introduces clarified Android system requirements for running the IDE.
Please review the new requirements in android-system-requirements.md to ensure your device is supported.

Full Changelog

New Changes

  1. Reworked AI Agent with improved project understanding, better context awareness, and support for running with a local LLM.
  2. New AI-driven autocompletion.
  3. New language server: Clang language server.
  4. New Material 3 icons in Asset Studio, including a full set sourced from https://fonts.google.com/icons.
  5. New terminal fragment accessible through the build bottom sheet.
  6. New Git client that allows you to initialize, fetch, and push your project.
  7. New LogWire logger replacing LogSender, providing real-time application log display.
  8. New file browser accessible through the file tree, allowing you to manage, move, and copy files more easily.
  9. New updater system that notifies you when project dependencies have updates (enabled by default; can be disabled via Preferences -> Build & Run -> Dependencies Updater).

Fixes

  • Major internal IDE fixes, including performance improvements and memory leak resolutions.

Minor Additions

In [Preferences -> Editor]

  1. Show keyboard suggestion switch to enable or disable keyboard suggestions while typing.
  2. Custom font option to set a preferred font through a selection menu.
  3. Snowflake overlay an animated falling snowflake effect that is active until January 5, 2026.

In [Preferences -> General]

  1. Kotlin indexing notification banner When enabled a notification banner will be displayed when a Kotlin project is being indexed by the Kotlin Language Server. ( enabled by default )

Notes

  • The Kotlin language server internals have been updated. To ensure a smooth experience, navigate to Preferences -> Editor -> Language Server Protocol -> Kotlin -> Kotlin Language Server, uninstall the existing version, and then install the updated one using the download button or by opening any Kotlin project.

  • The Clang language server will prompt for installation automatically when you open a project containing C/C++ files.
    For removal, you may run the following command in a terminal:

    apt purge clang -y && apt autoremove -y
  • The AI autocompletion feature is experimental. Additional refinements will be delivered in upcoming releases.

  • Regarding issue reporting in the ACS repository:
    Do not submit issues unrelated to ACS.
    Do not open GitHub issues for casual discussions; instead, use the discussion group at https://t.me/acs_x.
    Do not report errors or issues from your own projects; such submissions will be removed or ignored.

  • Several user-requested features are planned for the next update.


Scheduled for Next Update

Reason: These items were planned for this release but could not be completed due to limited time and exam workload. They are scheduled for implementation in v1.0.0+gh.r4.

  1. Rework the code editor to better handle large files (15 KB – 100 KB).
  2. Complete the Asset Studio implementation.
  3. Expand Google layout support and improve UI Designer rendering for additional view types.
  4. Implement a number of user-requested features and fixes.

Don't miss a new android-code-studio release

NewReleases is sending notifications on new releases.