From 50b33cfc2bacba22f5a14c64fa56f6fa8c2459a6 Mon Sep 17 00:00:00 2001 From: Adrian Ulrich Date: Mon, 5 Mar 2018 10:15:13 +0100 Subject: [PATCH] fix makefile for gradle4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c1200a2..42af3535 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ default: debug: build - adb install -r ./app/build/outputs/apk/app-debug.apk + adb install -r ./app/build/outputs/apk/debug/app-debug.apk build: ssh qemu '. .bash_aliases && cd /hostfs/vanilla && ./gradlew build -x lintVitalRelease -x lint'