Hi, > I think when it's running on ADL on windows , it will use "win". Correct ?
I assumed it would use the android one, if emulating android it should be comparing the android images right? On OSX. With this local.properties: target_os_name=android device_name=osx And running the tests like so: ./mini_run.sh -mobile tests/mobile/SplitViewNavigator I get: [java] ===================================================== [java] Passes: 51 [java] Fails: 0 [java] ===================================================== So what different here other than I'm running on OSX? Has anyone else seen the failure on OSX? Thanks, Justin