Yingding Wang
01/17/2023, 9:45 PMkevindmoore
01/18/2023, 5:42 PMStylianos Gakis
01/20/2023, 11:33 PMA build operation failed.
com/android/sdklib/repository/legacy/LegacyDownloader has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
com/android/sdklib/repository/legacy/LegacyDownloader has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
I understand that it doesn’t like which JVM version is used somewhere somehow (61 -> Java 17, 55 -> Java 11 btw) but couldn’t find something in AS preferences. Any ideas?Brady Aiello
01/22/2023, 7:56 PMjasu
01/23/2023, 9:45 AMTapan Desai
01/25/2023, 4:41 AMView: Show Main Toolbar
(4th option is 1st screenshot), but that didn’t help
Thanks in advance!Alexandru Hadăr
01/25/2023, 1:29 PMSelect Device
widget.Marko Novakovic
01/27/2023, 9:44 AMLilly
01/27/2023, 4:33 PMAndroid Studio Giraffe | 2022.3.1 Canary 2
Build #AI-223.7571.182.2231.9523943, built on January 25, 2023
Runtime version: 17.0.5+0-b2043.56-9484017 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 8
Registry:
external.system.auto.import.disabled=true
ide.text.editor.with.preview.show.floating.toolbar=falseEDIT: Flamingo Beta works like expected. EDIT2: I filed an issue: https://issuetracker.google.com/issues/266967484
Tapan Desai
01/31/2023, 10:27 AMStylianos Gakis
02/02/2023, 1:32 PMjasu
02/03/2023, 12:36 PMColton Idle
02/03/2023, 8:18 PMYingding Wang
02/04/2023, 11:46 AMyogaboy
02/07/2023, 8:45 AMclasspath("com.google.gms:google-services:4.3.15")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.2")
from dependencies to
plugins {}
section?MarkRS
02/07/2023, 11:09 AMPavel Sidyakin
02/07/2023, 11:37 AMjasu
02/07/2023, 11:48 AMemulator tool window should have feature to show Ruler on X and Y axis
. This will helps create better apps while aligning content in synergyColton Idle
02/08/2023, 1:40 AMStylianos Gakis
02/13/2023, 8:11 PMchanjungskim
02/14/2023, 9:41 AMyogaboy
02/14/2023, 12:39 PMColton Idle
02/18/2023, 2:26 AMI6d97e82aba77242e9b70a5084f101037888164fc
mentioned here:
https://issuetracker.google.com/issues/186924459#comment10
the regular android gerrit comes up with 0 results for that change id unfortunately.Joseph Hawkes-Cates
02/28/2023, 9:17 PMMark
03/08/2023, 3:00 AMoperator fun Foo.Companion.invoke() = Foo.createInstance()
I type “Foo” but auto-completion doesn’t bring up any suggestion. I need to autocomplete Foo.invoke
instead (to insert the invoke
import) and then I can remove the invoke
(now that the import has been added).
To test this, you need to have the declaration in a different file to where you are calling, of course.John O'Reilly
03/11/2023, 3:35 PMOptIn
is already included at the file level. Not sure if it's known issue? I can "fix" it (for a while anyway) by accepting the option to add....and then end up with something like following!
@file:OptIn(ExperimentalPagerApi::class, ExperimentalMaterial3Api::class,
ExperimentalPagerApi::class, ExperimentalMaterial3Api::class, ExperimentalMaterial3Api::class
)
Tarek Mohamed
03/14/2023, 9:13 AMenighma
03/17/2023, 11:08 PMzalewski.se
03/19/2023, 4:54 PMBuild #AI-223.8617.56.2231.9716135, built on March 9, 2023
The auto completion suggests an extension function that is inside of internal object BoxScopeInstance
. Only when you import it, you will get an information
Cannot access 'BoxScopeInstance': it is internal in 'androidx.compose.foundation.layout'
enighma
03/20/2023, 7:29 PM