You can view the AUI tree for your Android mobile app in a browser.
Before you begin, your app must be able to run in development mode or be
the deployed debug version of the app. You must connect the physical device to your
computer using a USB cable in order to use any debug tools with a deployed debug
application.
If you are going to run your app in developer mode, complete these steps.
From Genero Studio, launch your application.
Select Tools >> Android Tools >> Show AUI Tree.
The AUI Tree displays in a browser.
Click on a node in the tree to highlight the corresponding item on the device or
emulator.
To view your app in a browser while running the deployed debug version of your app using Genero
Studio, complete these steps.
Swipe down on the icon bar and locate the entry for the Debug service. Make a note of the URI
address provided.
The URI takes the form of
http://<device_ip_address>:<port_number>.
Open a browser and enter in the URI from the previous step.
Click AUI tree.
The AUI Tree displays in a browser.
Click on a node in the tree to highlight the corresponding item on the device or
emulator.
Important: The AUI tree does not automatically update in your browser as you move around
the app. As you navigate the app on your device, you must reload your browser to view the changes in
the AUI tree.