skip to Main Content

Android Studio generates a "res" folder:

2

Answers


  1. By Default, the initial Android Studio project has a default icon in the mip-map folder. They’re customized for different screen resolutions when added.

    Login or Signup to reply.
  2. When you create new project, Android Studio create res folder by default to store some resource.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search