返回列表 发新帖

[求助问答] Androidide

[复制链接]

341

主题

2337

回帖

7960

积分

硕士生

Rank: 6Rank: 6

金币
1048
好评
9
信誉
101
发表在  2026-1-26 22:21:27 来自手机  | 显示全部楼层 | 阅读模式  来自 浙江
好友发的,不知道为啥直接安装会失败,问ai说是GPG密钥过期/验证失败,用AI提供的方法也是一直失败,报错1:Sub-process /data/data/com.itsaky.androidide/files/usr/bin/dpkg returned an error code (1)
https://www.123865.com/s/lVGhTd-paG4
回复

使用道具 举报

54

主题

3590

回帖

1万

积分

博士生

Rank: 7Rank: 7Rank: 7

金币
795
好评
190
信誉
180

MT论坛新人MT论坛最佳新人MT论坛帅哥考神MT论坛活跃会员挂机大佬

发表于 2026-1-27 09:51:37 来自手机  | 显示全部楼层  来自 陕西
本帖最后由 青春向上 于 2026-1-27 10:19 编辑

软件github:https://github.com/AndroidIDEOfficial/AndroidIDE/
上次更新是2年前,并且仓库只读,看起来已经不再维护,不建议继续使用。(因为有平替)
推荐平替:Android Code Studio
原因:README.MD中Thanks to
  1. Itsaky The original developer of AndroidIDE whose project I forked and now maintain
复制代码

下次求助时把怎么报错的流程写出来,再配图,大佬们没有时间猜你的问题。


解决证书验证出错
软件初始化时要求安装jdk

可以看见报错“The repository '' is not signed.”
临时解决办法
返回(关闭上一步终端),取消自动安装(只开启一个新终端),执行命令修改安装源配置文件
  1. nano $PREFIX/etc/apt/sources.list
复制代码

添加“[trusted=yes]”(信任仓库、跳过验证,注意前后均带有空给)

ctrl+o保存,直接回车(不修改保存路径,覆盖当前文件),ctrl+x退出。这时候就可以返回重新安装jdk了。
正确解决办法换平替
证书校验还是需要的,为了安全嘛~
在图一报错中,有一个“521D9A6E171FFD55”,现在将其添加为密钥。
  1. apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 521D9A6E171FFD55
复制代码

报错没有安装“gnupg”

  1. apt update
复制代码
  1. apt install -y gnupg
复制代码

安装后重新添加密钥,这样删除“[trusted=yes]”仍可以使用,教程结束。
至于如何新建项目、构建apk,这就是你的活了。(网络问题请开启科技)

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

17

主题

896

回帖

3793

积分

大学生

ee

Rank: 5Rank: 5

金币
479
好评
6
信誉
123

考神MT论坛新人MT论坛帅哥

发表于 2026-1-27 10:52:06 来自手机  | 显示全部楼层  来自 陕西
Android Code Studio – Status Update

(TL;DR at the bottom)

- We’ve seen a lot of questions about the next update, so here’s the actual situation :

• Android Code Studio Lite is the Jetpack Compose rewrite of Android Code Studio.
• The original Android Code Studio app, written in Java/Kotlin, is not being updated right now.
• Rebuilding the full Android IDE from scratch in Jetpack Compose is extremely complex. Nearly everything has to be redesigned and reimplemented, and this process naturally introduces bugs if rushed.
• For this reason, the rewrite will be a separate app, allowing development to move forward without breaking the original IDE.
- Current status:
• Active development is ongoing on Android Code Studio Lite
• The developer is working on it around 6 hours a day*
• The project is not yet close to a stable release
• Current estimated timeframe for the next preview build is around the end of February, with no fixed or guaranteed date

*Reminder: the developer is a human being with a personal life. This is a large rewrite, and rushing it will only result in instability and poor user experience.

• Please avoid repeated ETA questions. This will be enforced. Updates will be shared when there is meaningful progress to announce.

TL;DR
• Android Code Studio Lite = Jetpack Compose rewrite
• Original Android Code Studio is not being worked on right now
• Next preview build: around end of February, not guaranteed
• Stop spamming ETA questions
回复

使用道具 举报

19

主题

1017

回帖

3443

积分

大学生

王鹏

Rank: 5Rank: 5

金币
1052
好评
1
信誉
100

MT论坛最佳新人考神MT论坛帅哥MT论坛新人

QQ
发表于 2026-1-27 11:38:27 来自手机  | 显示全部楼层  来自 天津
青春向上 发表于 2026-1-27 09:51
软件github:https://github.com/AndroidIDEOfficial/AndroidIDE/
上次更新是2年前,并且仓库只读,看起来 ...

大佬报错是咋回事?
报错代码The downloaded file Android SDK does not exist. Cannot proceed...

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

54

主题

3590

回帖

1万

积分

博士生

Rank: 7Rank: 7Rank: 7

金币
795
好评
190
信誉
180

MT论坛新人MT论坛最佳新人MT论坛帅哥考神MT论坛活跃会员挂机大佬

发表于 2026-1-27 11:55:08 来自手机  | 显示全部楼层  来自 陕西
王鹏 发表于 2026-1-27 11:38
大佬报错是咋回事?
报错代码The downloaded file Android SDK does not exist. Cannot proceed... ...
不知道,我安装时一切,尝试换网重新执行。(wifi、流量、clash…)
回复

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表