Issue
I'm trying to practice testing on andoid studio. I'm following a Android Developer tutorial. But I noticed my project doesn't have the androidTest
folder or the test
. It only has the main folder.
Here's what I mean:
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.
Solution
You can bring androidTest and Test packages again.
only usage
java - right click - package and androidTest or unitTest select.
Answered By - Arda Kazancı
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.