An element could not be located on the page using the given search parameters (Appium 1.13.0)

I am working on Automation for Android App. While running the script, Appium unable to find the elements. I tried using Id, Xpath. Please help me with this…

Android version: 5.1.1 & 9
Appium Version: 1.13.0
Maven Project

@Test
public void login() {
    driver.findElement(By.xpath("//com.vehito.vehitoplus[contains(@resource-id,'phone')]")).sendKeys("9632642105");
driver.findElement(By.id("com.vehito.vehitoplus:id/sign_in_button")).click();
}

Actual Result: Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters