Android 错误无法创建 "assets" 文件夹,因为它已经存在

Android error cannot create "assets" folder because it already exists

我关注 this tutorial 是为了在我的 android 应用程序中使用自定义字体:

教程说要在 app 文件夹下创建一个 assets 文件夹,但是当我尝试这样做时,出现以下错误:"Error cannot create file, already exists"

但是我查看了我的项目结构,我没有看到任何资产文件夹:

如果任何目录为空,则 Android Studio 不会在 Android 模式下显示该目录。从下拉菜单中将其更改为 Project 模式。