tried this out today, got an error ...
See original GitHub issueUbuntu 17.10 plugged the Android phone in via USB
> sudo apt-get install android-tools-adb
...
downloaded gnirehtet-rust-linux64-v2.1.zi via browser
sha256sum checks
> unzip gnirehtet-rust-linux64-v2.1.zip
> cd gnirehtet-rust-linux64/
> ./gnirehtet run
2017-12-20 11:15:25.332 INFO Main: Checking gnirehtet client...
2017-12-20 11:15:25.339 ERROR Main: Execution error: Command adb ["shell", "dumpsys", "package", "com.genymobile.gnirehtet"] returned with value 255
Ah so how can I make this work?
I then downloaded the project, but got a gradle version error, I suppose this is easy to solve? perhaps I a different apt-get install command?
> sudo apt-get install gradle
> gradle build
...
FAILURE: Build failed with an exception.
* Where:
Build file '/home/plato/tmp/gnirehtet-master/app/build.gradle' line: 1
* What went wrong:
A problem occurred evaluating project ':app'.
> Failed to apply plugin [id 'com.android.application']
> Minimum supported Gradle version is 3.3. Current version is 3.2.1. If using the gradle wrapper, try editing the distributionUrl in /home/plato/tmp/gnirehtet-master/gradle/wrapper/gradle-wrapper.properties to gradle-3.3-all.zip
Issue Analytics
- State:
- Created 6 years ago
- Comments:6
Top Results From Across the Web
If you see an error when you update or restore your iPhone ...
Learn what to do if you see an error code or alert when you use your computer to update or restore your device....
Read more >8. Errors and Exceptions — Python 3.11.1 documentation
Errors and Exceptions¶. Until now error messages haven't been more than mentioned, but if you have tried out the examples you have probably...
Read more >Python Tutorial: Using Try/Except Blocks for Error Handling
We've all run into errors and exceptions while writing Python programs. In this video, we will learn how we can handle exceptions in ......
Read more >Trial and error Definition & Meaning - Merriam-Webster
a finding out of the best way to reach a desired result or a correct solution by trying out one or more ways...
Read more >Fix connection errors - Google Chrome Help
Fix most connection errors. If you go to a website and get an error, try these troubleshooting steps first: Check the web address...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
yes, and it worked! Thanks!
On Fri, Dec 29, 2017 at 11:28 PM, Romain Vimont notifications@github.com wrote:
Hi. I have the same problem and this is what happens when I type adb devices.