Running android emulator in jenkins throws error :FATAL: The system cannot find the path specified"

Hi Guys,
Requesting to help me in configuring android emulator in jenkins. I’m new to Jenkins and i’m facing difficulty.

Details:
Installed “Android Emulator Plugin” in plugin manager.
In Configure System Android SDK root, given the path “C:\Users\svijay\AppData\Local\Android\Sdk”
In Project Configure, Build Environment tab → selected “Run an Android emulator during build”->Selected “Run existing emulator” and entered AVD name as “Nexus_5_API_26”
In Build Environment tab → Common emulator options, Selected Reset emulator state at start-up & Show emulator window
In Build tab → Install Android package, Entered APK file “C:\Users\con_svijay02\AppData\Local\Android\Sdk\emulator”
When i do “Build Now” i get the error as below:-

Started by user VIjay
Building in workspace C:\Program Files (x86)\Jenkins\workspace\SiteSurvey End to End Test
 > git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git.exe config remote.origin.url https://github.com/mobilesitesurveytestautomation # timeout=10
Fetching upstream changes from https://github.com/mobilesitesurveytestautomation
 > git.exe --version # timeout=10
using GIT_ASKPASS to set credentials
 > git.exe fetch --tags --progress https://github.com/mobilesitesurveytestautomation +refs/heads/*:refs/remotes/origin/*
 > git.exe rev-parse "refs/remotes/origin/development^{commit}" # timeout=10
 > git.exe rev-parse "refs/remotes/origin/origin/development^{commit}" # timeout=10
Checking out Revision b6477568b8a03f683b678d9872e846113a467ca2 (refs/remotes/origin/development)
 > git.exe config core.sparsecheckout # timeout=10
 > git.exe checkout -f b6477568b8a03f683b678d9872e846113a467ca2
Commit message: "reduced wait time in survey page to 5"
 > git.exe rev-list --no-walk b6477568b8a03f683b678d9872e846113a467ca2 # timeout=10
FATAL: C:\Windows\system32\config\systemprofile\.android\avd\Nexus_5_API_26.ini (The system cannot find the path specified)
java.io.FileNotFoundException: C:\Windows\system32\config\systemprofile\.android\avd\Nexus_5_API_26.ini (The system cannot find the path specified)
    at java.io.FileInputStream.open0(Native Method)
    at java.io.FileInputStream.open(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileReader.<init>(Unknown Source)
    at hudson.plugins.android_emulator.util.ConfigFileUtils.parseSimpleINIFormatFile(ConfigFileUtils.java:77)
    at hudson.plugins.android_emulator.util.ConfigFileUtils.parseConfigFile(ConfigFileUtils.java:37)
    at hudson.plugins.android_emulator.SdkInstaller$3.call(SdkInstaller.java:423)
    at hudson.plugins.android_emulator.SdkInstaller$3.call(SdkInstaller.java:420)
    at hudson.remoting.LocalChannel.call(LocalChannel.java:45)
    at hudson.plugins.android_emulator.SdkInstaller.getPlatformFromExistingEmulator(SdkInstaller.java:420)
    at hudson.plugins.android_emulator.SdkInstaller.getPlatformForEmulator(SdkInstaller.java:404)
    at hudson.plugins.android_emulator.SdkInstaller.installDependencies(SdkInstaller.java:256)
    at hudson.plugins.android_emulator.AndroidEmulator.setUp(AndroidEmulator.java:294)
    at hudson.model.Build$BuildExecution.doRun(Build.java:157)
    at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
    at hudson.model.Run.execute(Run.java:1815)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:97)
    at hudson.model.Executor.run(Executor.java:429)
[SiteSurvey End to End Test] $ "C:\Program Files (x86)\Jenkins\tools\ru.yandex.qatools.allure.jenkins.tools.AllureCommandlineInstallation\Allure\bin\allure.bat" generate -c -o "C:\Program Files (x86)\Jenkins\workspace\SiteSurvey End to End Test\allure-report"
allure-results does not exists
Report successfully generated to C:\Program Files (x86)\Jenkins\workspace\SiteSurvey End to End Test\allure-report
Allure report was successfully generated.
Creating artifact for the build.
Artifact was added to the build.
Finished: FAILURE