prokli Active Member Licensed User Longtime User May 13, 2020 #1 How can I use the IDE Debugger under Android-Things? Currently I have succesfully connected ADB to my device but I don't know how to use the IDE to go step by step through code
How can I use the IDE Debugger under Android-Things? Currently I have succesfully connected ADB to my device but I don't know how to use the IDE to go step by step through code
Erel B4X founder Staff member Licensed User Longtime User May 13, 2020 #2 You are confusing different things. Debugging is not related to B4A-Bridge. You can debug exactly like you do with B4A-Bridge using ADB (also named USB debug mode). Upvote 0
You are confusing different things. Debugging is not related to B4A-Bridge. You can debug exactly like you do with B4A-Bridge using ADB (also named USB debug mode).
prokli Active Member Licensed User Longtime User May 13, 2020 #3 May be I am confusing things! But still I don't know how I can connect the IDE (the GUI where I see my code) to a device which does not run B4A bridge application I suppose that this link explains what I was looking for: https://www.b4x.com/android/forum/t...4a-bridge-usb-cable-connection.69713/#content Upvote 0
May be I am confusing things! But still I don't know how I can connect the IDE (the GUI where I see my code) to a device which does not run B4A bridge application I suppose that this link explains what I was looking for: https://www.b4x.com/android/forum/t...4a-bridge-usb-cable-connection.69713/#content
Erel B4X founder Staff member Licensed User Longtime User May 13, 2020 #4 Follow this tutorial for Android Things: https://www.b4x.com/android/forum/threads/android-things-getting-started.74821/ You should be able to run your app in both release mode and debug mode. Upvote 0
Follow this tutorial for Android Things: https://www.b4x.com/android/forum/threads/android-things-getting-started.74821/ You should be able to run your app in both release mode and debug mode.