Yesterday I started the Android Things project, and I tested the application using Android Studio. To connect to the device using adb.exe, I used the IP address of the Android device, which I saw in the OS by default (initial screen). So, after yesterday's testing, it seems that my application is now a standard application, even if I do not have it connected to a PC.
The problem is that now I can’t see the IP address of the device, so I can connect to it using adb.exe.
Is there a way to revert to OS OS by default?
PS. The only solution I found was to reinstall the Android Things operating system.
source
share