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 it5 Replies
what do you need this for? android studio and android sdk is pretty portable
building a react native app requires me to accept the licenses, which are accepted through
sdkmanager --licenses
and stored in /opt/android-sdk/licenses
i am also developing rn app, im pretty sure i just installed android studio
it also handles the sdk
i'm not using android studio, i'm doing everything using expo
aka
bunx expo prebuild --no-install --clean
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