0

I declared multiple resource folders as the attached image below, It worked fine on Android Studio 3.1. But after upgrading to version 3.2.1 Android Studio didn't show me my custom res folders in the project window, although I still can build without any error. anyone here can help me? thanks

Please see the screenshot

Linh Phan
  • 21
  • 1
  • 4
  • Hi, U have not a stable version. plz Upgrade From help>Update or get from https://developer.android.com/studio/ –  Nov 24 '18 at 09:05
  • Because of security concerns, many people will not click a link(without description) on SO. Please consider replacing the link with the image. – Tobias Wilfert Nov 24 '18 at 09:06
  • hi @sanaebadi I'm using the latest stable version 3.2.1 – Linh Phan Nov 24 '18 at 09:31

1 Answers1

-1

The sub folders in the fig isn't generated automatically after gradle, which should be created manually. plz ref Create source sets

navylover
  • 12,383
  • 5
  • 28
  • 41