Android SDK manager

is it possible to install the android's sdkmanager on bazzite? in brew i didn't find it and in rpm-ostree i only see a python3-sdkmanager which idk if it's the official right now i installed through a debian container with sudo apt install sdkmanager and exported it but i need to use it to root (it writes data in /opt/android-sdk and that doesn't seem to work with it
5 Replies
asen23
asen232mo ago
what do you need this for? android studio and android sdk is pretty portable
Stef
StefOP2mo ago
building a react native app requires me to accept the licenses, which are accepted through sdkmanager --licenses and stored in /opt/android-sdk/licenses
asen23
asen232mo ago
i am also developing rn app, im pretty sure i just installed android studio it also handles the sdk
Stef
StefOP2mo ago
i'm not using android studio, i'm doing everything using expo aka bunx expo prebuild --no-install --clean
asen23
asen232mo ago
you dont need to use it as IDE i just use it to handle emulator and sdk but i write code in vscode it works with bare rn and expo app

Did you find this page helpful?