Android Studio 如何在res 创建anim文件夹
1、如果你还需要创建jniLibs 文件夹,可以移步以下经验

2、首先将目录栏的模式切换成android 模式

3、找到自己需要建立anim 文件夹的module,找到该module 下的res 文件夹

4、右击new,选择Android resource file

5、然后将Resource type 选成Animator,将Directory name 中的animator修改为anim,在Root element 选择自己需要的动画类型

6、接下来,你就可以看见res 下的anim 文件夹
