Releases: kkgit2008/AndroIDE
Releases · kkgit2008/AndroIDE
v2.7.1-beta3
🇨🇳 中文版变更日志(点击展开)
- 将一个引起编译错误的依赖升级到可用版本
- 默认不开启统计数据收集
- ❗修复 首次启动时,手动安装SDK出现的GPG错误
- 优化GitHub工作流,更方便使用,效率更高
- 使用新的版本控制,无需再依赖固定分支或标签
- 移除无效选项菜单及无用文件
- 修复「断开日志发送器」经常无法点击的问题(若仍无效请重启 IDE,非 bug)
- 修复高概率崩溃 bug #13
见下方视频演示: ⬇️
https://github.com/user-attachments/assets/c8b54c68-3f0f-4629-9b6b-d902e2592169 - 动作菜单全部显示并重新排序,避免误触
- 修复 DesignerTextureView 引发的崩溃 #5
- 补全主界面英文翻译,优化文案
- 新增「退出软件」按钮
- 首次安装可跳过强制授权:连续点击三次「下一步」即可
🌏 English Changelog (Click to expand)
- Fixed an error on one old version of the dependency
- Set "Stats collection" disabled as default
- ❗Fixed GPG errors when manually installing the SDK on first launch
- Optimized the GitHub workflow for greater convenience and efficiency
- Adopted a new versioning scheme that eliminates the need for fixed branches or tags
- Removed invalid option menus and unused files
- Fixed "Disconnect log senders" often unclickable (restart IDE if still failing; not a bug)
- Fixed high-probability crash #13
see link of video demo above ⬆️ - All action menus are now visible & re-ordered to prevent mis-clicks
- Fixed crash from DesignerTextureView #5
- Completed EN→CN translations and polished strings
- Added "Exit App" button
- First-time setup: skip mandatory permissions by tapping "Next" 3 times
v2.7.1-beta3 dev20251028
🇨🇳 中文版变更日志(点击展开)
- 默认不开启统计数据收集
- ❗修复 首次启动时,手动安装SDK出现的GPG错误
- 优化GitHub工作流,更方便使用,效率更高
- 使用新的版本控制,无需再依赖固定分支或标签
- 移除无效选项菜单及无用文件
- 修复「断开日志发送器」经常无法点击的问题(若仍无效请重启 IDE,非 bug)
- 修复高概率崩溃 bug #13
见下方视频演示: ⬇️
https://github.com/user-attachments/assets/c8b54c68-3f0f-4629-9b6b-d902e2592169 - 动作菜单全部显示并重新排序,避免误触
- 修复 DesignerTextureView 引发的崩溃 #5
- 补全主界面英文翻译,优化文案
- 新增「退出软件」按钮
- 首次安装可跳过强制授权:连续点击三次「下一步」即可
🌏 English Changelog (Click to expand)
- Set "Stats collection" disabled as default
- ❗Fixed GPG errors when manually installing the SDK on first launch
- Optimized the GitHub workflow for greater convenience and efficiency
- Adopted a new versioning scheme that eliminates the need for fixed branches or tags
- Removed invalid option menus and unused files
- Fixed "Disconnect log senders" often unclickable (restart IDE if still failing; not a bug)
- Fixed high-probability crash #13
see link of video demo above ⬆️ - All action menus are now visible & re-ordered to prevent mis-clicks
- Fixed crash from DesignerTextureView #5
- Completed EN→CN translations and polished strings
- Added "Exit App" button
- First-time setup: skip mandatory permissions by tapping "Next" 3 times
deb
v2.7.1-beta2
🇨🇳 中文版变更日志(点击展开)
- ❗修复 首次启动时,手动安装SDK出现的GPG错误
- 优化GitHub工作流,更方便使用,效率更高
- 使用新的版本控制,无需再依赖固定分支或标签
- 移除无效选项菜单及无用文件
- 修复「断开日志发送器」经常无法点击的问题(若仍无效请重启 IDE,非 bug)
- 修复高概率崩溃 bug #13
- 视频演示:操作步骤见下方 ⬇️
https://github.com/user-attachments/assets/c8b54c68-3f0f-4629-9b6b-d902e2592169 - 动作菜单全部显示并重新排序,避免误触
- 修复 DesignerTextureView 引发的崩溃 #5
- 补全主界面英文翻译,优化文案
- 新增「退出软件」按钮
- 首次安装可跳过强制授权:连续点击三次「下一步」即可
🌏 English Changelog (Click to expand)
- ❗Fixed GPG errors when manually installing the SDK on first launch
- Optimized the GitHub workflow for greater convenience and efficiency
- Adopted a new versioning scheme that eliminates the need for fixed branches or tags
- Removed invalid option menus and unused files
- Fixed "Disconnect log senders" often unclickable (restart IDE if still failing; not a bug)
- Fixed high-probability crash #13
- Video demo: see link above ⬆️
- All action menus are now visible & re-ordered to prevent mis-clicks
- Fixed crash from DesignerTextureView #5
- Completed EN→CN translations and polished strings
- Added "Exit App" button
- First-time setup: skip mandatory permissions by tapping "Next" 3 times
build-ide-with-ide
用 AndroIDE 在本地构建 AndroIDE,不依赖 github action
- 构建时间极长,不推荐使用!!!
SDK
NDK
NDK version which can be used in AndroIDE.
Fixed an error, original file is from MrIkso
> ~CN~
修复方式(可下载文件已经修复完成):
把两个关键脚本文件转成 LF 换行 (sed -i 's/\r$//' 的含义是 “把行末的回车符删除")
并且给 NDK 的 ndk-build 脚本换 解释器
> ~EN~
Here is on HOW TO FIX (The files are already fixed) :
> sed -i 's/\r$//' build/ndk-build ndk-build && sed -i '1s|#!.*|#!/data/data/com.itsaky.androidide/files/usr/bin/bash|' build/ndk-build ndk-build
- r26b: 26.1.10909125999
- r27b: 27.1.12297006999