Home - nsavageJVM/logcat-utls GitHub Wiki

set up and configuration

Gradle Bug

here
currently spring boot plugin breaks with gradle 3+
wrapper uses version 2.13

config properties

properties file

ANDROID_HOME

  • need this to find adb binary
  • set as environment variable
  • set in properties file for the 'adb.exe.location' key, the code will find the adb exe

FILTER

set a default filter set in properties file for the 'lcat.default.filter' key

BUILD

gradle(w) clean build -x test
gradle(w) deployArtifact
java -jar artifacts/adb-utils-0.0.1.jar