Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907073 - dev-util/android-studio-2023.1.1.4 is a 'canary build' (which upsets the flutter plugin)
Summary: dev-util/android-studio-2023.1.1.4 is a 'canary build' (which upsets the flut...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jason A. Donenfeld
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-24 14:30 UTC by Bill Binder
Modified: 2023-06-08 13:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,8.71 KB, text/plain)
2023-05-24 14:30 UTC, Bill Binder
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Binder 2023-05-24 14:30:05 UTC
Created attachment 862373 [details]
emerge --info

Android Studio 2023.1.1.4 reports this when a flutter project is opened:

  Unsupported Android Studio Version
  Canary versions of Android Studio are not supported by the Flutter plugin.

This did not happen with any previous version of Android Studio. The flutter plugin is version 73.1.1.

So far, the only concrete problem I've found is that the "/opt/android-studio/jre" directory is named "jbr" these days so the flutter plugin can't find  it - adding a symlink "jre" sorts that.

Can we retain the latest "non-canary" ebuild in portage, and be able to see which is which.
Comment 1 Jason A. Donenfeld gentoo-dev 2023-06-08 13:07:30 UTC
The latest non-canary AGP breaks reproducible builds of code, so I bumped on up to canary which has the fix. Annoying, but Google won't backport the fix to the betas.