Roar Gronmo
12/05/2019, 1:41 PMSebi Sheldin Sebastian
12/14/2019, 1:07 PMOmer Amiel
12/16/2019, 8:45 AMGabriel Feo
02/03/2020, 1:59 PM->
with a unicode character →
, and now even vim
is doing this replacement in the terminal (even Slack is doing it as I type -
followed by >
! None of my code compiles anymore because of the illegal characters that have been inserted. Can somebody help me?
Android Studio 3.5.3aaverin
03/06/2020, 9:32 AMrm -rf ~/.gradle/caches/build-cache-1
• clean project and build cache ./gradlew clean cleanBuildCache
• Invalidate and Restart Android Studio
I have to do this especially more often when I switch between multiple projects and multiple branches
Anybody else also experiences similar issues? Any known bug tickets already that I can track?jaran
03/25/2020, 8:17 AM2020-03-25 09:16:27,867 [566297214] WARN - ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting
2020-03-25 09:16:27,870 [566297217] WARN - ConfigurableExtensionPointUtil - use other group instead of unexpected one: project.propCompiler
2020-03-25 09:16:28,095 [566297442] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 25/03/2020, 09:10)
2020-03-25 09:16:28,306 [566297653] WARN - llij.ide.plugins.PluginManager - 4.0 not loaded: since build 193.5233.102 > AI-192.7142.36.36.6241897
coolchandrakumar
05/08/2020, 7:01 AMAsh
05/09/2020, 10:53 PMBrian Stokes
05/19/2020, 9:17 PMAnaniya
05/21/2020, 6:51 PMRoar Gronmo
05/26/2020, 5:48 PMRoar Gronmo
06/13/2020, 6:22 AMRoar Gronmo
06/18/2020, 6:13 PMrudolf.hladik
06/18/2020, 6:44 PMandylamax
06/18/2020, 9:29 PMupdate
&& cancel and update manually
).
• The Update
option failed due to the non formal project structure of mine (This is understandable)
• So I decided to go with cancel and update
.
• AGP 4.2.0-alpha01 requested gradle 6.5-rc-01. So I upgraded to gradle 6.5
• Now, buildSrc fails to build totally even after clean build and invalidating cache and restarting
• If I downgrade to AGP 4.1.0-alpha03, It builds well in the command line. But android studio wont index. After every sync it does request me to upgrade to 4.2
Any help will be much appreciatedshaktiman_droid
06/23/2020, 3:14 AMAndroid Studio
+ Kotlin
?
https://stackoverflow.com/questions/62502648/how-to-disable-lint-warning-on-android-studio-or-intellij-for-unused-public-apivinny2020
06/25/2020, 9:35 PMandylamax
06/27/2020, 10:16 AMRoar Gronmo
07/06/2020, 7:58 PMvinny2020
07/20/2020, 8:30 PMKarthikeyan1241997
07/28/2020, 2:08 AMJohn O'Reilly
08/26/2020, 6:54 PMClassNotFoundException: kotlin.KotlinNothingValueException
- anyone else come across this?
Seems to be related to use of root level kotlin build script ....if I change/migrate build.gradle.kts
to build.gradle
then I'm not seeing that error.allan.conda
08/27/2020, 8:25 AMTomáš Kuhn
08/31/2020, 11:26 AMallan.conda
09/03/2020, 6:31 AMBrady Aiello
09/04/2020, 12:34 AMGeert
09/04/2020, 2:20 PMRoar Gronmo
09/10/2020, 7:58 AMRoar Gronmo
09/11/2020, 6:45 PMOrhan Tozan
09/15/2020, 7:49 AMOrhan Tozan
09/15/2020, 7:49 AMRoar Gronmo
09/16/2020, 8:24 AMOrhan Tozan
09/16/2020, 9:14 AM