android-SimpleNetCat icon indicating copy to clipboard operation
android-SimpleNetCat copied to clipboard

Received text selectable/copyable would be useful

Open bwagner opened this issue 8 years ago • 1 comments

It would be very useful to me if the Received text were selectable/copyable.

I've tried building the source to alter it accordingly and submit a pull request, but didn't manage to build the fresh checkout due to this error:

FAILURE: Build failed with an exception.
...
* What went wrong:
A problem occurred evaluating project ':netcat'.
> Failed to apply plugin [id 'com.android.application']
   > Gradle version 2.2 is required. Current version is 4.4. If using the gradle wrapper, try editing the distributionUrl in /Users/.../android-SimpleNetCat/gradle/wrapper/gradle-wrapper.properties to gradle-2.2-all.zip

bwagner avatar Dec 11 '17 19:12 bwagner

Hi.

Try to build it with gradle wrapper

./gradlew ...

It seems like you tried to build it with your system gradle.

dddpaul avatar Dec 12 '17 18:12 dddpaul