miaowmiaow / fragmject

fragmject is a learning project prepared for Kotlin and Jetpack Compose. | fragmject 是一个为初学者准备的上手项目。 通过对 Kotlin 和 Compose 的系统运用,实现的一个功能完备符合主流市场标准 App。 fragmject 没有复杂的业务和多余的封装, 完全依照 Android Developer 官方的写法。 代码简单,内容全面,快速上手,对理解其他项目设计思想和封装技巧也很有帮助。
Apache License 2.0
1.33k stars 237 forks source link

运行master分支需要的as版本是什么? #19

Closed wangjianxiang closed 11 months ago

wangjianxiang commented 11 months ago

Android Studio Giraffe | 2022.3.1 Patch 3 Build #AI-223.8836.35.2231.11005911, built on October 26, 2023 Runtime version: 17.0.6+0-b2043.56-10027231 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 11 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 3072M Cores: 16 Registry: external.system.auto.import.disabled=true ide.text.editor.with.preview.show.floating.toolbar=false run.processes.with.pty=false ide.instant.shutdown=false

Non-Bundled Plugins: plantuml-parser (0.0.4) PlantUML integration (6.5.0-IJ2022.2) idea.plugin.protoeditor (223.8214.6) dev.polek.adbwifi (1.2.5) de.ohmesoftware.parcelablegenerator (0.7.1)

这是我现在使用的 as版本,编译项目 提示 The project is using an incompatible version (AGP 8.3.0-alpha07) of the Android Gradle plugin. Latest supported version is AGP 8.1.3 能否降低 AGP的版本?

miaowmiaow commented 11 months ago

这是我的疏忽导致的。 master分支将保证最新稳定版 Android Studio 运行。 dev分支需要最新预览版本 Android Studio 运行,以保证支持compose的新特性。 请重新拉去代码。