From 8ae03ca9e22f18a87363ddf31d1f2a0a5302df78 Mon Sep 17 00:00:00 2001 From: candidlurker Date: Fri, 26 Aug 2022 10:51:51 +0200 Subject: [PATCH] Fixed path to platform-tools --- static/build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/build.html b/static/build.html index 1feffbb1..69d2235a 100644 --- a/static/build.html +++ b/static/build.html @@ -976,7 +976,7 @@ export PATH="$HOME/android/sdk/cmdline-tools/latest/bin:$PATH"

Add the platform-tools executables to your PATH:

-
export PATH="$HOME/android/platform-tools:$PATH"
+
export PATH="$HOME/android/sdk/platform-tools:$PATH"

For running the Compatibility Test Suite you'll also need the build-tools for aapt: