You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2019. It is now read-only.
Since AS 0.8.4 they added a new Project View called Android. This view groups all source code under the java folder even if from different flavors or build types. It groups the resources under res and further subgroups like layout and finally the resource name. if different version of the same resource exist it will group them under the resource name. and so on. It will also group manifests and such.
The thing is the test folder disappears under this view. I'm assuming because this view is not expecting it. I'm not sure if your plugin can do anything about it or if we would need the AS team to open an API for us or something.
Otherwise I have to be switching from Android view to Project view to see the tests.