Christopher Elías
09/16/2020, 6:51 PMIsaac
09/28/2020, 11:02 PMRafal
10/14/2020, 6:09 AMBrady Aiello
10/17/2020, 7:25 PMJavier
10/20/2020, 5:31 PMJohn O'Reilly
10/21/2020, 10:56 AMExecution failed for task ':common:packageDebugResources'.
> org/apache/batik/w3c/dom/ElementTraversal
yennsarah
10/22/2020, 8:59 AMZach Klippenstein (he/him) [MOD]
10/22/2020, 4:36 PMPete Doyle
10/27/2020, 10:39 PMThe specified Android SDK Build Tools version (30.0.1) is ignored, as it is below the minimum supported version (30.0.2) for Android Gradle Plugin 4.2.0-alpha14
I see 30.0.1 here:
• https://dl.google.com/android/repository/build-tools_r30.0.1-macosx.zip
• https://dl.google.com/android/repository/build-tools_r30.0.1-linux.zip
• https://dl.google.com/android/repository/build-tools_r30.0.1-windows.zip
And see 30.0.2 for linux:
• https://dl.google.com/android/repository/build-tools_r30.0.2-linux.zip
But get 404 for 30.0.2 for macosx and windows:
• https://dl.google.com/android/repository/build-tools_r30.0.2-macosx.zip
• https://dl.google.com/android/repository/build-tools_r30.0.2-windows.zipJavier
10/27/2020, 11:33 PM.kts
files (this snippet is inside of a precompiled plugin) and it was working perfectly with 4.2 Canary 14 but it fails after upgrade to 15.
Precompiled plugin is using com.android.application
pluginSergio C.
10/28/2020, 2:27 PMAlexandru Hadăr
10/28/2020, 3:31 PMo
in the searchbar, it changes the orientation of the fragments and the o
is not registeredmohamadreza jafarzade
11/01/2020, 10:05 AMManuel Lorenzo
11/03/2020, 3:43 PMManuel Lorenzo
11/03/2020, 3:44 PMchi
11/05/2020, 1:12 PMchi
11/05/2020, 4:30 PMchi
11/06/2020, 3:56 PMBrady Aiello
11/10/2020, 2:23 AMDavid Attias
11/16/2020, 1:45 PMMarko Novakovic
11/17/2020, 3:50 PMRafs
11/24/2020, 5:26 PMRafs
11/24/2020, 11:18 PMFatty
11/26/2020, 7:24 AMCorey Lanier
11/27/2020, 12:31 AMRoar Gronmo
12/01/2020, 6:19 PMharry248
12/03/2020, 7:32 AMLilly
12/04/2020, 1:58 AMRafs
12/06/2020, 9:47 AM@Previews
to emulators? I keep on getting erros with mine,Christopher Elías
12/10/2020, 1:04 PMgradlew clean & gradlew assembleDebug
from any terminal it executes without a problemChristopher Elías
12/10/2020, 1:04 PMgradlew clean & gradlew assembleDebug
from any terminal it executes without a problem08:23 Gradle sync failed: could not find extension implementation class org.jetbrains.kotlin.idea.scripting.gradle.roots.GradleBuildRootsManager
java.lang.IllegalArgumentException: could not find extension implementation class org.jetbrains.kotlin.idea.scripting.gradle.roots.GradleBuildRootsManager
at com.intellij.openapi.extensions.impl.ExtensionPointImpl.findExtension(ExtensionPointImpl.java:946)
at com.intellij.openapi.extensions.ExtensionPointName.findExtensionOrFail(ExtensionPointName.java:130)
at org.jetbrains.kotlin.idea.scripting.gradle.roots.GradleBuildRootsManager$Companion.getInstance(GradleBuildRootsManager.kt:466)
at org.jetbrains.kotlin.idea.scripting.gradle.importing.KotlinDslScriptModelProcessorKt.saveScriptModels(KotlinDslScriptModelProcessor.kt:163)
at org.jetbrains.kotlin.idea.scripting.gradle.importing.KotlinDslSyncListener.onEnd(KotlinDslSyncListener.kt:84)
at com.intellij.openapi.externalSystem.service.remote.ExternalSystemProgressNotificationManagerImpl.onE...