Does anyone succeeded to launch a Jenkins job using the emulator plugin on window (7)?.
I tried using several configurations found on different forums.
I tried with "Run emulator with properties" but I never succeeded to create an AVD : "[android] Could not create Android emulator: Failed to parse AVD config file".
Then I tried with an existing AVD created with the AVD manager but it never started: "[android] Emulator did not appear to start; giving up"
I tried to change several configuration in the config.ini file (ex: ram 512, then ram 512MB etc. …) I set a startup delay of 30 second, a timeout 900 second from jenkins console.
Anyway after thousands of tests I never succeeded to run a job.
Does the emulator plugin really works?
My aim is to launch a jenkins build of an android project created with android studio and built with gradle , and launch a minimum of UI automated test on
the simplest AVD as possible. Can anyone knows how to do this?