Method: Fastlane::Helper::AdbHelper#adb_path
- Defined in:
- fastlane/lib/fastlane/helper/adb_helper.rb
#adb_path ⇒ Object
Path to the adb binary
13 14 15 |
# File 'fastlane/lib/fastlane/helper/adb_helper.rb', line 13 def adb_path @adb_path end |