我对资产文件夹感到困惑。它不是在AndroidStudio中自动创建的,几乎所有讨论它的论坛都讨论Eclipse。

如何在Android Studio中配置资产目录?


当前回答

在AndroidStudio中,右键单击app->src->main中的文件夹,然后创建该资产的新DIRECTORY名称。

其他回答

步骤1:转到文件。步骤2:转到文件夹。步骤3:创建资源文件夹。

在“资源”文件夹中,只需放置字体并在需要时使用。

follow these steps 

1)file->New->Folder
 there are multiple options like
      aidl folder
      assets folder
      jni folder
2) choose options assets folder
3) then there is option to change path of assets folder if you 
    want to change then check otherwise left that checkbox of cahnge folder location
4) click on finish 

选择应用程序文件夹,然后:

文件>新建>文件夹>资产文件夹,

默认位置在/main文件夹中

Src/main/Assets

如果选择了应用程序,它可能不会显示在侧栏上。单击顶部显示android的下拉列表,然后选择软件包。到时候你会看到的。

很简单,遵循以下步骤

文件>新建>文件夹>资源文件夹

注意:创建文件夹之前必须选择应用程序。