Sergio C.
05/12/2022, 9:51 AMharis mehmood
05/18/2022, 10:17 AMChris Fillmore
05/18/2022, 3:19 PMadb kill-server
then adb start-server
resolves the problem. Anyone noticed this?
I’m on Intel Macbook Pro in case that is relevant.
AS info:
Android Studio Chipmunk | 2021.2.1
Build #AI-212.5712.43.2112.8512546, built on April 28, 2022
Runtime version: 11.0.12+0-b1504.28-7817840 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 12.3.1
GC: G1 Young Generation, G1 Old Generation
Memory: 3072M
Cores: 12
Registry: external.system.auto.import.disabled=true, ide.instant.shutdown=false
Non-Bundled Plugins: org.jetbrains.kotlin (212-1.6.21-release-334-AS5457.46)Zsolt.bertalan
05/20/2022, 11:58 AMFrancescos
06/03/2022, 8:29 AMkevindmoore
06/08/2022, 9:58 PMJeff Lockhart
06/09/2022, 10:02 PMMarek Hlava
06/10/2022, 1:51 PMkevindmoore
06/10/2022, 6:21 PMRacka N
06/12/2022, 5:40 PMJoseph Hawkes-Cates
06/20/2022, 7:00 PMVivek Sharma
06/22/2022, 7:08 AMSystrace does not work with python version 3.10
, so I updated the Android SDK platform-tools
and Android SDK Build-Tools
through Android Studio, but after updating, systrace
folder is gone from the android-sdk/platform-tools/
location.
And now I can't run systrace after updating, any idea what to do?Vivek Sharma
06/22/2022, 12:17 PMsystrace
has been removed, but where I can find this : Profiler/gpuinspector.dev/Perfetto
?Luis Alonso Ato Neyra
06/22/2022, 3:01 PMChris Fillmore
06/22/2022, 9:26 PMjavax
imports are going in non-alphabetical order when I optimize imports in Android Studio. For example:
import androidx.appcompat.app.AppCompatActivity
import androidx.core.splashscreen.SplashScreen.Companion.installSplashScreen
import dagger.Lazy
import dagger.hilt.android.AndroidEntryPoint
import org.webrtc.EglBase
import tv.mydomain.example
import javax.inject.Inject
Is that expected?Adam Pelsoczi
06/28/2022, 10:43 AM'uuid' was optimised out
'registrationID' was optimised out
'rtcId' was optimised out
'bytes' was optimised out
and also:
This variable is inaccessible because it isn't used after the last suspension point
Adam Pelsoczi
06/28/2022, 10:44 AMval uuid = (beginUuid + sessionCharacteristic + endUuid).lowercase()
val a = "" + "" + "" -> to lower case, and the IDE can't display the value ... speechlessRafs
06/28/2022, 3:16 PMDhaval Gondaliya
07/02/2022, 4:33 AMkotlinforandroid
07/04/2022, 1:31 PMdisabled_plugins.txt
doesn't contain any plugins. I run Android 2022.2.1.Chris Fillmore
07/04/2022, 4:46 PMRihards
07/05/2022, 8:43 AMrequireView()
is called are coloured red as unresolved reference. It’s a bit annoying - is there any way I can change that?Marko Novakovic
07/06/2022, 3:45 PMKayacan Kaya
07/07/2022, 1:42 AMdarkmoon_uk
07/08/2022, 1:52 AMArmin Rodríguez
07/08/2022, 4:07 PMSlackbot
07/08/2022, 8:24 PMAlexandru Hadăr
07/13/2022, 12:06 PMtrevjones
07/22/2022, 1:00 AMSlackbot
07/26/2022, 8:18 PM