Home > Mobile >  why does my Android Studio Project not have "androidTest"and "test" folder
why does my Android Studio Project not have "androidTest"and "test" folder

Time:08-20

I'm trying to practice testing on andoid studio. I'm following a Android Image of Android Studio Directory Lacking androidTest and Test folder

I tried to rebuild project, that didn't help. Please I would appreciate any help. And I'll be happy to provide any information needed.

Thanks for your help in Advance.

CodePudding user response:

You can bring androidTest and Test packages again.

only usage

Image

java - right click - package and androidTest or unitTest select.

Image 2

  • Related