Questions tagged [android-studio-dolphin]

27 questions
0
votes
0 answers

Android Studio Crash Debug log opens another class with same name from different module

I am using 'Android Studio Dolphin | 2021.3.1'. From the crash logs on Android Studio logcat when I select to open the link to the class/line where the crash occurred it opens another class with the same name but from a different module. In my app,…
Sumit T
  • 1,273
  • 2
  • 17
  • 32
0
votes
0 answers

Can't pull out navigation drawer in Android Studio (Flamingo/Dolphin) anymore

New laptop, so started fresh with flamingo, noticed that I can't use the navigation drawer on the emulator anymore. When I try to pull the drawer from (either) side, I get a chevron marker and it seems to jump to another activty.
0
votes
0 answers

Cant find Watches pane

I am looking for the watches pane in debugging tab of android studio. I have tried both android studio dolphin, and the latest android studio electric eel I have attached screenshots. Website…
0
votes
0 answers

View Binding in Kotlin - Binding Object Always Null

hope you are well. I am writing to find more strategies to debugging View Binding in Kotlin. For context, I am progressing through the following course on Udemy. I am currently stuck on module 142. The content pertains to creating a custom toolbar…
0
votes
0 answers

Android Espresso Configure Shards by Class

For Android Espresso Testing, i'm using the following commands to run our tests: ./gradlew pixel4api30DebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=com.aaa.bbb.ccc.Suites.TestSuite…
reutsey
  • 1,743
  • 1
  • 17
  • 36
0
votes
0 answers

buildscript errors in the build.gradle file at android studio dolphin

This is the error that doesn't want to be corected. I see the syntax so i remove the bracket and even gave the entire file to chat gbt3 online ai for correction but nothing I have done works. I started new application and "borrowed" the…
0
votes
0 answers

How to Fix “Android studio new logcat nothing to show ” in Android Studio Dolphin | 2021.3.1?

My Logcat shows nothing and it’s completely blank. I have tried to resolve this problem but my efforts were failed. I have switched on some times "Enable new Logcat tool window" and restarted Android Studio. I have checked "Logcat Format" I have…
0
votes
0 answers

How to insert a visual separator in Android Studio logcat viewer?

Is there a way to insert a visual separator in the Logcat viewer in Android Studio Dolphin? Ideally it'd be a button or command that inserts a horizontal line in the log. My workaround when using logcat on terminal is to insert a bunch of newlines,…
dgobera
  • 1
  • 2
0
votes
0 answers

I want to set my emulator's location to Bergen(Norway)

I am trying to set my emulator's location to bergen(norway) I tried different methods for setting this location. I tried to set it using telnet localhost - geo fix, emulator's settings etc. All the solutions I could find online, I tried. I am using…
0
votes
0 answers

Android Studio Dolphin with latest gradle not correcting mapping test dependencies

I upgraded to Android Studio to 2021.3.1 Patch 1 and all the build tools at the same time. The tests were running without fail so I worked out stuff for a few day, but when I went to add a new test, I noticed all of the dependencies to the project…
a54studio
  • 965
  • 11
  • 11
0
votes
0 answers

Android Studio got stuck on initial loading

I am trying to launch Android Studio. It completes this loading every time and gets stuck. I am using macOS Monterey 12.6 I have tried deleting android studio from everywhere like android files inside ~/Library folder, its SDK, .gradle, .android,…
0
votes
1 answer

How to add a country code picker to app in Android Studio

The implementation is in the build.gradle file, but I'm still getting "Cannot resolve class com.hbb20.CountryCodePicker" in the main activity This is the build.gradle file: plugins { id 'com.android.application' } android { namespace…
1
2