Android Studio 3.4

Locked
Message
Author
User avatar
smilliken
Posts: 206
Joined: Tue Feb 06, 2007 11:47 pm

Android Studio 3.4

#1 Post by smilliken »

Android Studio 3.4 is out. Any chance of looking at this? No hurray, when you have time.

Thanks
There is no "Ctrl+Z" in life!
Asus X570, Rysen 3600, 32 GB RAM MX-21
Acer 7551G MX-21 & Win 10
Asus i5, 16 GB RAM MX-21 & Win 10
Brother DCP-7065DN/HL-L3270CDW
Linux User# 4523410

User avatar
Stevo
Developer
Posts: 12843
Joined: Fri Dec 15, 2006 8:07 pm

Re: Android Studio 3.4

#2 Post by Stevo »

Isn't it proprietary, like Google Earth?

User avatar
smilliken
Posts: 206
Joined: Tue Feb 06, 2007 11:47 pm

Re: Android Studio 3.4

#3 Post by smilliken »

Don't know. Installed from the repos, oh, think I just answered my question. But when I start Android Studio, it advises there is an update.

The package in the repos is 182.504246mx17. This a aka ver 3.2
Screenshot-6.png
You do not have the required permissions to view the files attached to this post.
There is no "Ctrl+Z" in life!
Asus X570, Rysen 3600, 32 GB RAM MX-21
Acer 7551G MX-21 & Win 10
Asus i5, 16 GB RAM MX-21 & Win 10
Brother DCP-7065DN/HL-L3270CDW
Linux User# 4523410

User avatar
Stevo
Developer
Posts: 12843
Joined: Fri Dec 15, 2006 8:07 pm

Re: Android Studio 3.4

#4 Post by Stevo »

Oh, it's a script to download and install android-studio. I don't know if it's limited to one version, or if it will install the latest release if you run it again...no, the preinst file gets the 3.2 zip file; it's hard-coded. The postinst script has some code to change the permissions on /opt/android-studio so you can upgrade it in place, but it must not have worked if you're getting the upgrade error.

User avatar
Stevo
Developer
Posts: 12843
Joined: Fri Dec 15, 2006 8:07 pm

Re: Android Studio 3.4

#5 Post by Stevo »

It appears that Oracle has recently broken the oracle-java8-installer package, which android-studio depends upon.
https://launchpad.net/~webupd8team/+archive/ubuntu/java

I don't know if Android Studio can use the Open version of Java 8 in our repo; that will need some research.

User avatar
Stevo
Developer
Posts: 12843
Joined: Fri Dec 15, 2006 8:07 pm

Re: Android Studio 3.4

#6 Post by Stevo »

If you run these two commands as sudo or root, can it do the in-place upgrade to 3.4?

Code: Select all

find /opt/android-studio/ -type d -exec chmod 777 {} \;
find /opt/android-studio/ -type f -exec chmod 777 {} \;

User avatar
smilliken
Posts: 206
Joined: Tue Feb 06, 2007 11:47 pm

Re: Android Studio 3.4

#7 Post by smilliken »

Opened with sudo and it updated.

sudo /opt/android-studio/bin/./studio.sh

Probably created a root workspace as it went thru a bunch stuff that it does on first startup.

Works find a regular user.

The version in Synaptic stills shows as the CR version.
There is no "Ctrl+Z" in life!
Asus X570, Rysen 3600, 32 GB RAM MX-21
Acer 7551G MX-21 & Win 10
Asus i5, 16 GB RAM MX-21 & Win 10
Brother DCP-7065DN/HL-L3270CDW
Linux User# 4523410

User avatar
Stevo
Developer
Posts: 12843
Joined: Fri Dec 15, 2006 8:07 pm

Re: Android Studio 3.4

#8 Post by Stevo »

Yes, the repo package is just a script that installs the 3.2 version, and you didn't change that, but it's probably broken since the oracle java 8 installer won't work for anyone any more. :frown: :frown: :rolleyes: :mad:

User avatar
smilliken
Posts: 206
Joined: Tue Feb 06, 2007 11:47 pm

Re: Android Studio 3.4

#9 Post by smilliken »

Thanks for your help Stevo
There is no "Ctrl+Z" in life!
Asus X570, Rysen 3600, 32 GB RAM MX-21
Acer 7551G MX-21 & Win 10
Asus i5, 16 GB RAM MX-21 & Win 10
Brother DCP-7065DN/HL-L3270CDW
Linux User# 4523410

Locked

Return to “Package Requests/Status - MX 17/18”