Aliothmoon / MAA-Meow
《明日方舟》小助手Android版,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients.
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing Aliothmoon/MAA-Meow in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewMAA Meow 🐱 在 Android 设备上 **原生运行 MAA** 无需Root权限,明日方舟可后台!正在开发中,功能不稳定,欢迎尝鲜体验~ 基于图像识别技术,一键完成全部日常任务! • 基于 MaaAssistantArknights • Jetpack Compose 构建 UI • 后台模式: 后台运行《明日方舟》, 无需修改分辨率 • 前台模式: 悬浮控制面板 • 点击此处下载最新版本 这有什么不同? 🧠 **原生运行 MAA Core** — 直接在 Android 上运行自动化逻辑 🚀 **无需模拟器** — 不需要PC 🪟 **双模式运行** — 前台悬浮控制面板 / 后台虚拟显示器无界面运行 📦 **完整任务支持** — 理智作战、公招识别、基建托管、抄作业、自动肉鸽,以及其他 MAA 支持的任务 运行要求 • Android 9+(API 28) • 设备上运行 Shizuku 且已获取权限 • arm64-v8a 或 x86_64 设备 构建 • 安装 Eclipse Temurin JDK 21 • 安装 Android Studio • 下载 MAA Core 预编译产物(so 库 + 资源文件) • 使用 Android Studio 打开此文件夹,在 Settings - Build, Execution, Deployment - Build Tools - Gradle - Gradle Projects - Gradle JDK 选择此前安装的 temurin-21 • 运行 Sync Project with Gradle Files,Android Studio 将自行安装其他依赖,完成后运行 Assemble app Run Configuration 即可构建apk。 问题反馈 用户交流QQ群: 1074855131 Roadmap 未来计划支持 / 优化以下内容: • [ ] 原生 Root 权限支持 在现有 Shizuku 方案之外,补充原生 Root 模式支持,提供更多运行方式选择,并进一步提升设备兼容性与可用性 • [ ] 小工具功能移植 逐步移植 MAA 相关小工具(小游戏等)能力,补全更多可用场景 • [ ] 定时任务支持 支持按照预设时间自动启动任务,减少手动操作,更适合日常挂机与固定流程执行 • [ ] 外部通知支持 在任务开始、结束或异常时,支持通过外部渠道推送通知,方便及时了解运行状态 • [ ] MaaFramework Controller 迁移 逐步迁移至 MaaFramework AndroidNativeController,优化底层实现,为后续功能扩展与维护打下基础 第三方代码 本项目包含来自以下开源项目的代码: | 组件 | 来源 | 许可证 | |------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|-------------------------------------------------------------------| | MAA Core(自动化引擎,SO 库 + 资源文件) | MaaAssistantArknights | AGPL-3.0 | | | Genymobile/scrcpy | Apache License 2.0 | 详细的第三方代码声明、修改说明及文件清单见 docs/THIRD_PARTY_NOTICES.md。 致谢 感谢以下开源项目,本项目的实现离不开它们的贡献: • MaaAssistantArknights — 一款明日方舟游戏小助手 基于图像识别技术,一键完成全部日常任务! • Genymobile/scrcpy — This application mirrors Android devices (video and audio) connected via USB or TCP/IP and allows control using the computer's keyboard and mouse. It does not require root access or an app installed on the device. It works on Linux, Windows, and macOS. • Shizuku — Using system APIs directly with adb/root privileges from normal apps through a Java process started with app_process. 许可证 本项目以 AGPL-3.0 许可证发布。 第三方代码保留其原始许可证,详见上方说明。