dead programmer
dead programmer

Reputation: 4365

Removing AndroidTest and test from a android source

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

Answers (1)

Aashish Ace
Aashish Ace

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

Related Questions