我有一个Android Studio项目。
我最近查看了this page。
我注意到在页面的“Android项目视图”部分下,我的项目视图(附件)与页面上的视图不同。这是因为项目结构在最近的版本中发生了变化,还是因为我的项目配置不同(可能是错误的)?
答案 0 :(得分:3)
从您的链接
要查看项目的实际文件结构,包括从Android视图中隐藏的所有文件,请从项目窗口顶部的下拉列表中选择项目
因此,请点击右侧的<> 查找按钮,然后选择项目。
您正在显示项目文件
这是我在IntelliJ中看到的选项。
所以,不,没错。我的项目在项目文件视图中也是如此。
更新为了它的价值,我只是克隆了你的回购。
跑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
以查看要修复的错误。