Reputation: 4365
I have a simple andorid studio project, By default it shows package for my project and 2 extra packages for (androidTest) and (test). I want to remove them safely.
Upvotes: 5
Views: 3142
Reputation: 121
You can go in project location and find directory app>src>android test/main. There you can delete your android test module.
Upvotes: 4