Android assets folder in AS 0.4.2

The “assets” folder doesn’t exist in the project tree created by Android Studio wizard, anyway it is already declared in the <app>.iml file:

<configuration>
    ...
    <option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
</configuration>

Therefore you just need to create the “assets” folder under src/main/

Questa voce è stata pubblicata in Android Studio e contrassegnata con , . Contrassegna il permalink.

Lascia un commento