dryrun: AdbSdkLib::AdbError
Hey man, first of all thanks for this awesome library, i use in on my mac. But trying to make it work on my linux machine i get the following:
Searching for devices... /home/serguei/.rvm/gems/ruby-2.3.0/gems/adb-sdklib-0.0.3/lib/adb-sdklib.rb:106:in block in load_sdk_tools_jar: Not found /Users/serguei/Library/Android/sdk/tools/lib/ddmlib.jar (AdbSdkLib::AdbError) from /home/serguei/.rvm/gems/ruby-2.3.0/gems/adb-sdklib-0.0.3/lib/adb-sdklib.rb:104:in each from /home/serguei/.rvm/gems/ruby-2.3.0/gems/adb-sdklib-0.0.3/lib/adb-sdklib.rb:104:in load_sdk_tools_jar from /home/serguei/.rvm/gems/ruby-2.3.0/gems/adb-sdklib-0.0.3/lib/adb-sdklib.rb:54:in initialize from /home/serguei/.rvm/gems/ruby-2.3.0/gems/dryrun-0.7.6/lib/dryrun.rb:101:in new from /home/serguei/.rvm/gems/ruby-2.3.0/gems/dryrun-0.7.6/lib/dryrun.rb:101:in pick_device from /home/serguei/.rvm/gems/ruby-2.3.0/gems/dryrun-0.7.6/lib/dryrun.rb:149:in call from /home/serguei/.rvm/gems/ruby-2.3.0/gems/dryrun-0.7.6/bin/dryrun:5:in <top (required)> from /home/serguei/.rvm/gems/ruby-2.3.0/bin/dryrun:23:in load from /home/serguei/.rvm/gems/ruby-2.3.0/bin/dryrun:23:in <main> from /home/serguei/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in eval from /home/serguei/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in <main>
Any thoughts? Thanks in advance
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 20 (8 by maintainers)
Hi @sergueioutenkov Did you tried
sudo apt-get install openjdk-7-jdk
once again?There was a problem for me once, where I had multiple configurations of java and I had to execute this command to map it properlly.
Me neither, and no i’m not familiar with ruby. I’ll investigate this though and if i find something i’ll let you know. Thanks!