Brady Aiello
12/12/2020, 12:11 AMJAVA_HOME
to 11, made sure AS is using 11 as the runtime, and tried changing it gradle.properties as well, and I'm still getting this:
> Failed to apply plugin 'com.android.internal.application'.
> Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.
You can try some of the following options:
- changing the IDE settings.
- changing the JAVA_HOME environment variable.
- changing `org.gradle.java.home` in `gradle.properties`.
I can build just fine from the terminal.
Anyone solve this issue?Kenneth Leong
12/14/2020, 4:30 AM./gradlew tasks
i am able to see the list of tasks for my project though. I mm currently using gradle 6.5 with android studio 4.1.1, kotlin version 1.4.21Rafs
12/15/2020, 5:43 PMWukongRework.exe
12/19/2020, 8:17 PMJavier
12/24/2020, 2:01 AMYashar
01/04/2021, 9:09 PMFrantišek Comorek
01/06/2021, 10:44 AMUnsupported Xcode version 10.1, minimal supported version is 11.0.
Is there a way how to set up the android studio to use lower Xcode version? Updating Xcode is not an option for me.Lilly
01/26/2021, 1:26 PMadb devices
does. I tried the common troubleshooting but nothing helped. Does someone have an idea?Roar Gronmo
01/27/2021, 9:51 PMmagnumrocha
01/28/2021, 6:41 PMFAILURE: Build failed with an exception.
* What went wrong:
lateinit property variantName has not been initialized
My setup:
Android Studio Arctic Fox Canary 5 (2020.3.1.5)
Android Gradle Plugin 7.0.0-alpha05
Gradle 6.8.1Mikołaj Kąkol
01/30/2021, 5:09 PMsplit
mode?Lilly
01/31/2021, 1:10 AMcompileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
Shouldn't we do this? 🤔Jeff
02/01/2021, 12:55 PMNicholas Doglio
02/03/2021, 9:39 PMJeff
02/05/2021, 8:17 AMDaniel
02/05/2021, 8:55 PMLilly
02/09/2021, 3:17 AMVivek Sharma
02/12/2021, 3:16 PMGeert
02/15/2021, 12:18 PMVivek Sharma
02/16/2021, 11:40 AMBradleycorn
02/16/2021, 2:36 PMisActive
is undefined, there are missing }
, I'm trying to launch a coroutine when I have no scope, etc), yet there are no red underlines, etc ...Cicero
02/18/2021, 6:19 PMKenneth Leong
02/25/2021, 9:00 AMknthmn
03/01/2021, 7:21 AMSamir Basnet
03/01/2021, 4:50 PMnote8g2018
03/03/2021, 10:09 AMMarko Novakovic
03/04/2021, 9:13 PMIDE max heap size
is optimal for Macbook Pro 16 with 32GB of RAM? currently am on 2048 MB
and I got message Low memory The IDE is running low on memory and this might affect performance. Please consider increasing available heap.
will bumping it to 4096 MB
be too much?Jeff
03/13/2021, 6:34 PMJohn O'Reilly
03/27/2021, 4:30 PMrocketraman
03/29/2021, 6:38 PM