Getting 'Null pointer exception' while try find element on screen

Launching of app is working fine but when i try to find element on screen for click, its not working. locator of element is correct on page. please find appium logs as below -

BaseDriver] Event ‘newSessionRequested’ logged at 1510645243622 (13:10:43 GMT+0530 (India Standard Time))
[Appium] Creating new AndroidDriver (v1.20.0) session
[Appium] Capabilities:
[Appium] app: ‘D:\Auto\automation\Generic_Housejoy_Auto\.\App_File_Repo\Housejoy-Prod.apk’
[Appium] appPackage: ‘com.housejoy.consumer.activity’
[Appium] appActivity: ‘com.housejoy.consumer.activity.SplashScreenActivity’
[Appium] app-wait-activity: ‘com.housejoy.consumer.activity.SplashScreenActivity’
[Appium] newCommandTimeout: 80
[Appium] platformName: ‘Android’
[Appium] version: ‘4.4.4’
[Appium] deviceName: ‘ZX1B34GX78’
[Appium] platform: ‘ANDROID’
[AndroidDriver] AndroidDriver version: 1.20.0
[BaseDriver] The following capabilities were provided, but are not recognized by appium: app-wait-activity, version, platform.
[BaseDriver] Session created with session id: 0943d96a-aa0e-4560-8c1d-581099c06a46
[AndroidDriver] Getting Java version
[AndroidDriver] Java version is: 1.8.0_131
[ADB] Checking whether adb is present
[ADB] Using adb.exe from C:\Android\android-sdk\platform-tools\adb.exe
[AndroidDriver] Retrieving device list
[ADB] Trying to find a connected android device
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[AndroidDriver] Using device: ZX1B34GX78
[ADB] Checking whether adb is present
[ADB] Using adb.exe from C:\Android\android-sdk\platform-tools\adb.exe
[ADB] Setting device id to ZX1B34GX78
[BaseDriver] Using local app ‘D:\Auto\automation\Generic_Housejoy_Auto.\App_File_Repo\Housejoy-Prod.apk’
[AndroidDriver] Checking whether app is actually present
[AndroidDriver] Starting Android session
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“wait-for-device”]
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“echo”,“ping”]
[Logcat] Starting logcat capture
[AndroidDriver] Pushing settings apk to device…
[ADB] Getting install status for io.appium.settings
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“pm”,“list”,“packages”,“io.appium.settings”]
[ADB] App is installed
[ADB] Getting package info for io.appium.settings
[ADB] Getting connected devices…
[ADB] Checking whether aapt is present
[ADB] Using aapt.exe from C:\Android\android-sdk\build-tools\22.0.1\aapt.exe
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“dumpsys”,“package”,“io.appium.settings”]
[ADB] Cannot read version codes of C:\Users\ASHUTOSH\AppData\Local\Programs\appium-desktop\resources\app\node_modules\appium\node_modules\io.appium.settings\app\build\outputs\apk\settings_apk-debug.apk and/or io.appium.settings. Assuming correct app version is already installed
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“getprop”,“ro.build.version.sdk”]
[ADB] Device API level: 19
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“dumpsys”,“package”,“io.appium.settings”]
[AndroidDriver] Pushing unlock helper app to device…
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“install”,“C:\Users\ASHUTOSH\AppData\Local\Programs\appium-desktop\resources\app\node_modules\appium\node_modules\appium-unlock\bin\unlock_apk-debug.apk”]
[ADB] Device API level: 19
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“settings”,“put”,“secure”,“mock_location”,“1”]
[ADB] Getting device platform version
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“getprop”,“ro.build.version.release”]
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“wm”,“size”]
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“getprop”,“ro.product.model”]
[ADB] Current device property ‘ro.product.model’: XT1022
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“getprop”,“ro.product.manufacturer”]
[ADB] Current device property ‘ro.product.manufacturer’: motorola
[AndroidDriver] Remote apk path is /data/local/tmp/4257c19882f437bfcb528da185b5260b.apk
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“ls”,"/data/local/tmp/4257c19882f437bfcb528da185b5260b.apk"]
[AndroidDriver] Checking if app is installed
[ADB] Getting install status for com.housejoy.consumer.activity
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“pm”,“list”,“packages”,“com.housejoy.consumer.activity”]
[ADB] App is installed
[AndroidDriver] Apk is already on remote and installed, resetting
[AndroidDriver] Running fast reset (stop and clear)
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“am”,“force-stop”,“com.housejoy.consumer.activity”]
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“pm”,“clear”,“com.housejoy.consumer.activity”]
[AndroidDriver] Extracting strings from apk D:\Auto\automation\Generic_Housejoy_Auto.\App_File_Repo\Housejoy-Prod.apk undefined C:\Users\ASHUTOSH\AppData\Local\Temp\com.housejoy.consumer.activity
[ADB] Extracting strings for language: default
[ADB] Device API level: 19
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“getprop”,“persist.sys.language”]
[ADB] Current device property ‘persist.sys.language’: en
[ADB] No strings.xml for language ‘en’, getting default strings.xml
[ADB] Reading strings from converted strings.json
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“push”,“C:\Users\ASHUTOSH\AppData\Local\Temp\com.housejoy.consumer.activity\strings.json”,"/data/local/tmp"]
[AndroidBootstrap] Watching for bootstrap disconnect
[ADB] Forwarding system: 4724 to device: 4724
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“forward”,“tcp:4724”,“tcp:4724”]
[UiAutomator] Starting UiAutomator
[UiAutomator] Moving to state ‘starting’
[UiAutomator] Parsing uiautomator jar
[UiAutomator] Found jar name: ‘AppiumBootstrap.jar’
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“push”,“C:\Users\ASHUTOSH\AppData\Local\Programs\appium-desktop\resources\app\node_modules\appium\node_modules\appium-android-bootstrap\bootstrap\bin\AppiumBootstrap.jar”,"/data/local/tmp/"]
[ADB] Attempting to kill all uiautomator processes
[ADB] Getting all processes with uiautomator
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“ps”]
[ADB] No uiautomator process found to kill, continuing…
[UiAutomator] Starting UIAutomator
[ADB] Creating ADB subprocess with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“uiautomator”,“runtest”,“AppiumBootstrap.jar”,"-c",“io.appium.android.bootstrap.Bootstrap”,"-e",“pkg”,“com.housejoy.consumer.activity”,"-e",“disableAndroidWatchers”,false,"-e",“acceptSslCerts”,false]
[UiAutomator] Moving to state ‘online’
[AndroidBootstrap] Android bootstrap socket is now connected
[ADB] Getting connected devices…
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] json loading complete.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Registered crash watchers.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Client connected
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“dumpsys”,“window”]
[AndroidDriver] Screen already unlocked, doing nothing
[ADB] Device API level: 19
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“am”,“start”,"-W","-n",“com.housejoy.consumer.activity/com.housejoy.consumer.activity.SplashScreenActivity”,"-S"]
[Appium] New AndroidDriver session created successfully, session 0943d96a-aa0e-4560-8c1d-581099c06a46 added to master session list
[BaseDriver] Event ‘newSessionStarted’ logged at 1510645269778 (13:11:09 GMT+0530 (India Standard Time))
[MJSONWP] Responding to client with driver.createSession() result: {“platform”:“ANDROID”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“app”:“D:\Auto\automation\Generic_Housejoy_Auto\.\App_File_Repo\Housejoy-Prod.apk”,“appPackage”:“com.housejoy.consumer.activity”,“appActivity”:“com.housejoy.consumer.activity.SplashScreenActivity”,“app-wait-activity”:“com.housejoy.consumer.activity.SplashScreenActivity”,“newCommandTimeout”:80,“platformName”:“Android”,“version”:“4.4.4”,“deviceName”:“ZX1B34GX78”,“platform”:“ANDROID”},“app”:“D:\Auto\automation\Generic_Housejoy_Auto\.\App_File_Repo\Housejoy-Prod.apk”,“appPackage”:“com.housejoy.consumer.activity”,“appActivity”:“com.housejoy.consumer.activity.SplashScreenActivity”,“app-wait-activity”:“com.housejoy.consumer.activity.SplashScreenActivity”,“newCommandTimeout”:80,“platformName”:“Android”,“version”:“4.4.4”,“deviceName”:“ZX1B34GX78”,“deviceUDID”:“ZX1B34GX78”,“platformVersion”:“4.4.4”,"…
[HTTP] <-- POST /wd/hub/session 200 26176 ms - 1176
[HTTP] --> GET /wd/hub/session/0943d96a-aa0e-4560-8c1d-581099c06a46 {}
[MJSONWP] Calling AppiumDriver.getSession() with args: [“0943d96a-aa0e-4560-8c1d-581099c06a46”]
[MJSONWP] Responding to client with driver.getSession() result: {“platform”:“ANDROID”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“app”:“D:\Auto\automation\Generic_Housejoy_Auto\.\App_File_Repo\Housejoy-Prod.apk”,“appPackage”:“com.housejoy.consumer.activity”,“appActivity”:“com.housejoy.consumer.activity.SplashScreenActivity”,“app-wait-activity”:“com.housejoy.consumer.activity.SplashScreenActivity”,“newCommandTimeout”:80,“platformName”:“Android”,“version”:“4.4.4”,“deviceName”:“ZX1B34GX78”,“platform”:“ANDROID”},“app”:“D:\Auto\automation\Generic_Housejoy_Auto\.\App_File_Repo\Housejoy-Prod.apk”,“appPackage”:“com.housejoy.consumer.activity”,“appActivity”:“com.housejoy.consumer.activity.SplashScreenActivity”,“app-wait-activity”:“com.housejoy.consumer.activity.SplashScreenActivity”,“newCommandTimeout”:80,“platformName”:“Android”,“version”:“4.4.4”,“deviceName”:“ZX1B34GX78”,“deviceUDID”:“ZX1B34GX78”,“platformVersion”:“4.4.4”,"…
[HTTP] <-- GET /wd/hub/session/0943d96a-aa0e-4560-8c1d-581099c06a46 200 3 ms - 1176
[HTTP] --> GET /wd/hub/session/0943d96a-aa0e-4560-8c1d-581099c06a46 {}
[MJSONWP] Calling AppiumDriver.getSession() with args: [“0943d96a-aa0e-4560-8c1d-581099c06a46”]
[MJSONWP] Responding to client with driver.getSession() result: {“platform”:“ANDROID”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“app”:“D:\Auto\automation\Generic_Housejoy_Auto\.\App_File_Repo\Housejoy-Prod.apk”,“appPackage”:“com.housejoy.consumer.activity”,“appActivity”:“com.housejoy.consumer.activity.SplashScreenActivity”,“app-wait-activity”:“com.housejoy.consumer.activity.SplashScreenActivity”,“newCommandTimeout”:80,“platformName”:“Android”,“version”:“4.4.4”,“deviceName”:“ZX1B34GX78”,“platform”:“ANDROID”},“app”:“D:\Auto\automation\Generic_Housejoy_Auto\.\App_File_Repo\Housejoy-Prod.apk”,“appPackage”:“com.housejoy.consumer.activity”,“appActivity”:“com.housejoy.consumer.activity.SplashScreenActivity”,“app-wait-activity”:“com.housejoy.consumer.activity.SplashScreenActivity”,“newCommandTimeout”:80,“platformName”:“Android”,“version”:“4.4.4”,“deviceName”:“ZX1B34GX78”,“deviceUDID”:“ZX1B34GX78”,“platformVersion”:“4.4.4”,"…
[HTTP] <-- GET /wd/hub/session/0943d96a-aa0e-4560-8c1d-581099c06a46 200 1 ms - 1176
[HTTP] --> POST /wd/hub/session/0943d96a-aa0e-4560-8c1d-581099c06a46/timeouts {“type”:“implicit”,“ms”:10000}
[MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,10000,“0943d96a-aa0e-4560-8c1d-581099c06a46”]
[BaseDriver] Set implicit wait to 10000ms
[MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/0943d96a-aa0e-4560-8c1d-581099c06a46/timeouts 200 2 ms - 76
[HTTP] --> POST /wd/hub/session/0943d96a-aa0e-4560-8c1d-581099c06a46/element {“using”:“id”,“value”:“com.housejoy.consumer.activity:id/signIn”}
[MJSONWP] Calling AppiumDriver.findElement() with args: [“id”,“com.housejoy.consumer.activity:id/signIn”,“0943d96a-aa0e-4560-8c1d-581099c06a46”]
[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[BaseDriver] Waiting up to 10000 ms for condition
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.housejoy.consumer.activity:id/signIn”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.housejoy.consumer.activity:id/signIn”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.housejoy.consumer.activity:id/signIn’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.housejoy.consumer.activity:id/signIn]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.housejoy.consumer.activity:id/signIn’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.housejoy.consumer.activity:id/signIn]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 394 ms so far
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.housejoy.consumer.activity:id/signIn”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.housejoy.consumer.activity:id/signIn”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.housejoy.consumer.activity:id/signIn’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.housejoy.consumer.activity:id/signIn]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.housejoy.consumer.activity:id/signIn’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.housejoy.consumer.activity:id/signIn]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 1264 ms so far
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.housejoy.consumer.activity:id/signIn”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.housejoy.consumer.activity:id/signIn”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.housejoy.consumer.activity:id/signIn’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.housejoy.consumer.activity:id/signIn]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.housejoy.consumer.activity:id/signIn’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.housejoy.consumer.activity:id/signIn]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 2058 ms so far
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.housejoy.consumer.activity:id/signIn”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.housejoy.consumer.activity:id/signIn”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.housejoy.consumer.activity:id/signIn’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.housejoy.consumer.activity:id/signIn]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.housejoy.consumer.activity:id/signIn’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.housejoy.consumer.activity:id/signIn]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 2716 ms so far
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.housejoy.consumer.activity:id/signIn”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.housejoy.consumer.activity:id/signIn”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.housejoy.consumer.activity:id/signIn’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.housejoy.consumer.activity:id/signIn]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.housejoy.consumer.activity:id/signIn’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.housejoy.consumer.activity:id/signIn]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“No element found”,“status”:7}
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 4056 ms so far
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.housejoy.consumer.activity:id/signIn”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.housejoy.consumer.activity:id/signIn”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.housejoy.consumer.activity:id/signIn’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.housejoy.consumer.activity:id/signIn]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:{“ELEMENT”:“1”},“status”:0}
[AndroidBootstrap] Received command result from bootstrap
[MJSONWP] Responding to client with driver.findElement() result: {“ELEMENT”:“1”}
[HTTP] <-- POST /wd/hub/session/0943d96a-aa0e-4560-8c1d-581099c06a46/element 200 7189 ms - 87
[BaseDriver] Shutting down because we waited 80 seconds for a command
[AndroidDriver] Shutting down Android driver
[Appium] Closing session, cause was ‘New Command Timeout of 80 seconds expired. Try customizing the timeout using the ‘newCommandTimeout’ desired capability’
[Appium] Removing session 0943d96a-aa0e-4560-8c1d-581099c06a46 from our master session list
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“am”,“force-stop”,“com.housejoy.consumer.activity”]
[ADB] Pressing the HOME button
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“input”,“keyevent”,3]
[AndroidBootstrap] Sending command to android: {“cmd”:“shutdown”}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“shutdown”}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type SHUTDOWN
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:“OK, shutting down”,“status”:0}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Closed client connection
[AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: numtests=1

[AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: stream=.

[AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner

[AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: test=testRunServer

[AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap

[AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: current=1

[AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS_CODE: 0

[AndroidBootstrap] Received command result from bootstrap
[UiAutomator] Shutting down UiAutomator
[UiAutomator] Moving to state ‘stopping’
[AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: stream=

[AndroidBootstrap] [UIAUTO STDOUT] Test results for WatcherResultPrinter=.

[AndroidBootstrap] [UIAUTO STDOUT] Time: 95.121

[AndroidBootstrap] [UIAUTO STDOUT] OK (1 test)

[AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS_CODE: -1

[UiAutomator] UiAutomator shut down normally
[UiAutomator] Moving to state ‘stopped’
[ADB] Attempting to kill all uiautomator processes
[ADB] Getting all processes with uiautomator
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“ps”]
[ADB] No uiautomator process found to kill, continuing…
[UiAutomator] Moving to state ‘stopped’
[Logcat] Stopping logcat capture
[ADB] Getting connected devices…
[ADB] 1 device(s) connected
[ADB] Running ‘C:\Android\android-sdk\platform-tools\adb.exe’ with args: ["-P",5037,"-s",“ZX1B34GX78”,“shell”,“am”,“force-stop”,“io.appium.unlock”]
[AndroidDriver] Not cleaning generated files. Add clearSystemFiles capability if wanted.

I recommend you reproduce the same actions until where you trying to get the element, and re-check the locator with the inspector. If not, try with another locator instead of Id.