Unable to find the element using id

My code ,
AndroidDriver driver = Capabilities();
driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS);
driver.findElementById(“com.myflexifit.app:id/intro_start”).click();

Server logs,

[HTTP] --> POST /wd/hub/session/772021b2-bb3a-4444-8d05-8ba3b392e61b/timeouts
[HTTP] {“type”:“implicit”,“ms”:30000}
[debug] [W3C] Bad parameters: BadParametersError: Parameters were incorrect. We wanted “W3C protocol expects any of script, pageLoad or implicit to be set” and you sent {“type”:“implicit”,“ms”:30000}
[HTTP] <-- POST /wd/hub/session/772021b2-bb3a-4444-8d05-8ba3b392e61b/timeouts 400 11 ms - 5393
[HTTP]
[HTTP] --> POST /wd/hub/session/772021b2-bb3a-4444-8d05-8ba3b392e61b/element
[HTTP] {“using”:“id”,“value”:“com.myflexifit.app:id/intro_start”}
[debug] [W3C] Calling AppiumDriver.findElement() with args: [“id”,“com.myflexifit.app:id/intro_start”,“772021b2-bb3a-4444-8d05-8ba3b392e61b”]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.myflexifit.app:id/intro_start”,“context”:"",“multiple”:false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.myflexifit.app:id/intro_start”,“context”:"",“multiple”:false}}
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.myflexifit.app:id/intro_start’ using ‘ID’ with the contextId: ‘’ multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.myflexifit.app:id/intro_start]
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.myflexifit.app:id/intro_start’ using ‘ID’ with the contextId: ‘’ multiple: false
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.myflexifit.app:id/intro_start]
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:{“ELEMENT”:“1”}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {“ELEMENT”:“1”}
[HTTP] <-- POST /wd/hub/session/772021b2-bb3a-4444-8d05-8ba3b392e61b/element 200 4184 ms - 87