Home / release1
Name Modified Size InfoDownloads / Week
Parent folder
readme.txt 2024-09-09 1.1 kB
TestAndroidBridge.dproj 2024-09-09 61.1 kB
TestAndroidBridge.dpr 2024-09-09 5.3 kB
AndroidDebugBridge.pas 2024-09-09 14.3 kB
Totals: 4 Items   81.7 kB 0
Release 1 Notes 9/9/24

This release should provide everything necessary to open a project in Delphi. The files:

AdnroidDebugBridge.pas - contains the class, TAndroidDebugBridge, that provides the wrapper for common Adnroid
                        Debug Bridge functionallity.

TestAndroidBridge.dpr - contains the code to test the TAndroidDebugBridge class features.

TestAndroidBridge.dproj - the Delphi project file.

To create an exe copy these three files to your development directory and open the project in the Delphi IDE 
and build the project.

Description: Test created to exercise features of the Android Debug
  Bridge Class. It was adapted from an Ada "library" used to copy music and
  audio book files to the phone (and delete them later).

  Android Debug Bridge must be installed on your computer for this to work.
  Note: you will have to change adbExeLocation in AndroidDebugBridge.pas so that
  it contains the correct path to adb.exe.

  This has been tested using ADB version 1.0.41, Delphi 11.3 Community Edition
  and a Moto G Stylus 5G (2022) phone using Android 13.
Source: readme.txt, updated 2024-09-09