Exception in thread "main" org.openqa.selenium.NoSuchElementException

I can’t able to locate the element using any form of find element method.
I can able to filed the element using the ui Automator viewer.
Appium version I am using is : 1.13.0
Eclipse version : Eclipse IDE 2019‑03.
selenium-server-standalone-3.14.0 - JAR
JDK --jdk-12.0.1_windows-x64_bin
java-client-4.1.2
java - JavaSetup8u211

the sample code I am trying to work is

AndroidDriver driver= new AndroidDriver(url,dc);

	driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS);
	
	driver.findElement(By.id("com.entappia.uscaautodesk:id/navImageView")).click();

	driver.quit();
}

thanks In advance … anyone please help me on this.

ERROR LOG:
Exception in thread “main” org.openqa.selenium.NoSuchElementException: An element could not be located on the page using the given search parameters.
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:25:53’
System info: host: ‘DESKTOP-A7DAH2G’, ip: ‘192.168.1.9’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_211’
Driver info: io.appium.java_client.android.AndroidDriver
Capabilities {app: E:\automation req\Autodesk_…, appActivity: com.entappia.uscaautodesk.a…, appPackage: com.entappia.uscaautodesk, appWaitActivity: com.entappia.uscaautodesk.a…, appWaitPackage: com.entappia.uscaautodesk, automationName: Appium, databaseEnabled: false, desired: {app: E:\automation req\Autodesk_…, automationName: Appium, deviceName: Nokia 7 plus, platformName: android, platformVersion: 9}, deviceManufacturer: HMD Global, deviceModel: Nokia 7 plus, deviceName: B2NGAA8831703489, deviceScreenSize: 1080x2160, deviceUDID: B2NGAA8831703489, javascriptEnabled: true, locationContextEnabled: false, networkConnectionEnabled: true, platform: LINUX, platformName: Android, platformVersion: 9, takesScreenshot: true, warnings: {}, webStorageEnabled: false}
Session ID: bc4f60c4-74d0-4ffb-bfb3-6c5c034626af
*** Element info: {Using=id, value=com.entappia.uscaautodesk:id/navImageView}
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at io.appium.java_client.remote.AppiumCommandExecutor.execute(AppiumCommandExecutor.java:239)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at io.appium.java_client.DefaultGenericMobileDriver.execute(DefaultGenericMobileDriver.java:42)
at io.appium.java_client.AppiumDriver.execute(AppiumDriver.java:1)
at io.appium.java_client.android.AndroidDriver.execute(AndroidDriver.java:1)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at io.appium.java_client.DefaultGenericMobileDriver.findElement(DefaultGenericMobileDriver.java:62)
at io.appium.java_client.AppiumDriver.findElement(AppiumDriver.java:1)
at io.appium.java_client.android.AndroidDriver.findElement(AndroidDriver.java:1)
at org.openqa.selenium.remote.RemoteWebDriver.findElementById(RemoteWebDriver.java:372)
at io.appium.java_client.DefaultGenericMobileDriver.findElementById(DefaultGenericMobileDriver.java:70)
at io.appium.java_client.AppiumDriver.findElementById(AppiumDriver.java:1)
at io.appium.java_client.android.AndroidDriver.findElementById(AndroidDriver.java:1)
at org.openqa.selenium.By$ById.findElement(By.java:188)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at io.appium.java_client.DefaultGenericMobileDriver.findElement(DefaultGenericMobileDriver.java:58)
at io.appium.java_client.AppiumDriver.findElement(AppiumDriver.java:1)
at io.appium.java_client.android.AndroidDriver.findElement(AndroidDriver.java:1)
at Appium_Autodesk.main(Appium_Autodesk.java:33)

issue

is

solved

please close it.

Can you please provide solution, I have the same issue.

Plzz give me that solution. Iam also have same issue

please be kind enough to share your solution as well.