我的 "Project View" 结构正确吗?

Is my "Project View" structure correct?

我有一个 Android Studio 项目。

我最近查看了 this page

我注意到在页面的 "The Android Project View" 部分下,我的项目视图(附件)与页面上的不同。这是因为项目结构在最近的版本中发生了变化,还是因为我的项目配置不同(可能是错误的)?

来自你的link

To see the actual file structure of the project including all files hidden from the Android view, select Project from the dropdown at the top of the Project window

因此,单击右侧的 <> 查找按钮和 select Project.
您正在显示 项目文件

这是我在 IntelliJ 中看到的选项。

所以,不,没有错。我的项目在 Project Files 视图中也与此类似。


更新 为了它的价值,我刚刚克隆了你的回购协议。

运行 gradlew build --stacktrace

看到了BUILD FAILED

而且你还是有错误

:app:assembleRelease
:app:assemble
:app:lint
Ran lint on variant debug: 88 issues found
Ran lint on variant release: 88 issues found
Wrote HTML report to file:///.../BleeperMaker/app/build/outputs/lint-results-debug.html
Wrote XML report to file:///.../BleeperMaker/app/build/outputs/lint-results-debug.xml
:app:lint FAILED

您必须通读 results-debug.html 才能看到要修复的错误。