Do not see the android tool (logcat, device explorer, …) in IntelliJ IDEA 2024.3.1.1
Does anyone support me in enabling the Android tool in IntelliJ?
I downloaded the plugin but do not see any tool like logcat …
I can see it in the setting.
Do not see the android tool (logcat, device explorer, …) in IntelliJ IDEA 2024.3.1.1
Does anyone support me in enabling the Android tool in IntelliJ?
I downloaded the plugin but do not see any tool like logcat …
I can see it in the setting.
How to debug Kotlin based libraries in Android Studio?
I want to put break points in external libraries in my android project.
As I can see android studio see the implementation code in libraries that has Java code. But in Kotlin I see only the names of methods and classes.