I working on lunch Android app on system emulator in Jenkins. I defined my Android SDK location as Environment variables in Jenkins with: ANDROID_SDK = " "
My AVDs are created in another location and I want to find Variable to define AVD location. And regard this article there is no variable for AVD location and always it is looking for AVD in this C:\Windows\system32\config\systemprofile\.android\avd\
but how I can change it for another location?
I also tried this solution. but with this solution the path is wrong too:
Could not start AVD 'Nexus_5X_API_24', as it could not be found at 'C:\Users\myUser\.android\avd\.android\avd\Nexus_5X_API_24.avd'
Finished: FAILURE
although my path is C:\Users\myUser\.android\avd\Nexus_5X_API_24.avd