4

在我的 android 项目中,我需要创建一个“动画”文件夹。大多数人都知道,anim 文件夹将用于存储动画。

  1. 如何创建文件夹?
  2. 动画文件夹属于哪里?
4

2 回答 2

16

You need to create a new folder right click on res folder create new folder name it anim. And you can put your animation xmls in it.

于 2013-03-27T11:42:06.810 回答
4

In the Android application default folder structure there is no Anim folder. If you want Anim folder, you should be create it in to the application.

于 2013-03-27T11:42:13.627 回答