Android Studio – Which .java file is executed when I run tests? -
where can choose .java
execute when running android studio test?
i have 3 .java
files , 1 being executed.
when searching project references specific .java
runs every time, i've found file name in workspace.xml
file irrelevant.
to add on mos182's answer.
the first .java (or more point in android first activity launched) indeed indicated in app manifest, activity set intent filter:
just clarify. manifest 1 per application regardless of how many packages app has.
i hope helps make sense of things
Comments
Post a Comment