Android studio doesn't recognise source folders

前端 未结 4 1689
遇见更好的自我
遇见更好的自我 2021-02-01 11:50

I\'m using a standard Android Studio directory structure and I created different build types:

buildTypes {
    debug {
        runProguard false
        packageN         


        
4条回答
  •  灰色年华
    2021-02-01 12:29

    You have to switch it in the build variants list, then AS will pick up the appropriate source sets. build variants

提交回复
热议问题