Closed byteshiva closed 3 years ago
I'm hoping for the same thing! I'd like to be able to use jetpack compose but also the convenience of flatpak.
I currently have a PR open on flathub here. Ideally, I'd like to close that PR and open one here to begin a beta distribution as mentioned in that conversation. Does anyone know how I might achieve that? @burnermanx @gcaguilar
At what point does the beta build release on flathub-beta
? I see that build passed, but I'm unable to find com.google.AndroidStudio
on flathub-beta when searching.
It is in the flathub beta repository:
flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo flatpak install flathub-beta com.google.AndroidStudio
Tips:
How to open android canary from beta branch
flatpak run --branch=beta com.google.AndroidStudio
or
/usr/bin/flatpak run --branch=beta --arch=x86_64 --command=android-studio com.google.AndroidStudio
How to open android from a stable branch.
flatpak run --branch=stable com.google.AndroidStudio
or
/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=android-studio com.google.AndroidStudio
I've installed it. For those who prefer maintaining their flatpak installs from gnome-software
, there's a drop down in the top right hand corner to choose which source to install from.
I think we can close this issue?
How to install Android Studio Canary Version using flatpak, I know I can install preview version from
https://developer.android.com/studio/preview but I'd like to get it installed using flatpak.