Android Studio 的 .alias 文件类型?

.alias file type for Android Studio?

就 Android Studio 的文件类型选项而言,有人知道 .alias 是什么吗?我正在使用的那个是空的,因为 android studio 关联为一个文本文件。

Resource files are sometimes placed in the wrong folder, and it can lead to subtle bugs that are hard to understand. This check looks for problems in this area, such as attempting to place a layout "alias" file in a layout/ folder rather than the values/ folder where it belongs.

根据 this android 文档中的参考。

在同一文档中也有对别名文件的早期引用。无论如何,我建议您确实参考此文档和任何其他官方 android 文档,您可以找到这些文档以获得简单的花絮,例如此处请求的花絮..

When you generate a resource alias, the resource you are pointing to must be of the same type as the alias

实际上,这是在声明别名是从一个错误位置指向另一个真实位置的指针。

使用google搜索信息时,可以使用关键字"OR"和"AND"以及引用来更加具体。 为了找到以上信息,我搜索了 google for:

"android studio" AND "alias file"

这是我的第三个结果。较早的结果是对 Whosebug 的引用 - 这个问题,特别是。

似乎还有一些可用的附加信息here and here