We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d38a11 commit 7ca71edCopy full SHA for 7ca71ed
src/sdk-installer.ts
@@ -23,7 +23,6 @@ export async function installAndroidSdk(apiLevel: string, target: string, arch:
23
await exec.exec(`sh -c \\"sudo chown $USER:$USER ${process.env.ANDROID_HOME}/platform-tools -R`);
24
await exec.exec(`sh -c \\"sudo chown $USER:$USER ${process.env.ANDROID_HOME}/cmdline-tools/latest -R`);
25
await exec.exec(`sh -c \\"sudo chown $USER:$USER ${process.env.ANDROID_HOME}/build-tools/${BUILD_TOOLS_VERSION} -R`);
26
- await exec.exec(`sh -c \\"sudo chown $USER:$USER ${process.env.ANDROID_HOME}/emulator -R`);
27
}
28
29
const cmdlineToolsPath = `${process.env.ANDROID_HOME}/cmdline-tools`;
0 commit comments