Blank chrome page everyime

I want to automate simple steps on a real android device, such as moving through the menu or clicking a link to a homepage thats on my menu, anything I do, chrome opens blank with the url = “data;”

I use the uiautomatorviewer to call for the elements like…

want to open the link:

driver.findElementByAccessibilityId(“Startseite - Hochschule Trier”).click();

want to open my app menu:

driver.findElementByAccessibilityId(“Apps”).click();

:unamused:

Have u written below code to open the required page.
driver.get(url) //driver.get(“www.google.com”)