flathub / com.google.AndroidStudio

https://flathub.org/apps/details/com.google.AndroidStudio
39 stars 23 forks source link

[Question]: How to install Android Studio Canary Version #99

Closed byteshiva closed 3 years ago

byteshiva commented 3 years ago

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.

kevincianfarini commented 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.

kevincianfarini commented 3 years ago

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

gcaguilar commented 3 years ago

108 merged

kevincianfarini commented 3 years ago

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.

gcaguilar commented 3 years ago

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

byteshiva commented 3 years ago

Tips:

kevincianfarini commented 3 years ago

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.

image

I think we can close this issue?