Questions tagged [android-studio-chipmunk]

21 questions
23
votes
1 answer

Unable to choose "Show Diff" option in Android Studio Chipmunk

I am using Android Studio Chipmunk | 2021.2.1 build and facing an unusual error with choosing option "Show Diff" from Git section at bottom. How to reproduce : Open Android Studio Find Git option at the bottom Now choose any branch from the…
oyeraghib
  • 878
  • 3
  • 8
  • 26
16
votes
4 answers

SharedTest got warning "Duplicate content root detected" on Android Studio Chipmunk

After upgrade to Android Studio Chipmunk, my test failed because I can't access file inside shared folder that defined in build.gradle like this. sourceSets { androidTest.java.srcDirs += "src/sharedTest/java" test.java.srcDirs +=…
13
votes
5 answers

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. while adding new dependencies in android studio chipmunk

These are my gradel files:- Project:- // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '7.2.1' apply false id 'com.android.library' version…
9
votes
3 answers

Android Studio not opening the finder in order to open any project in mac

Android Studio version: Chipmunk 2021.2.1 Mac version: macOS Monterey version 12.4 Whenever I click open in the above image in order to open any of my projects, android studio freezes completely, then I have to force quiet it in order to try…
Tehleel Mir
  • 743
  • 8
  • 27
5
votes
2 answers

Every time need to rebuild project to reflect changes in Android Studio Chipmunk

I am using Android Studio Chipmunk (2021.2.1 Patch 1) stable version Whenever I do any changes in Kotlin or XML file and run the project then changes don't reflect in app unless and until I rebuild the project from Build -> Rebuild Project. Every…
5
votes
2 answers

After updating to Android Studio Chipmunk, the iOS Simulator no longer shows

I am no longer able to run the iOS simulator in Android Studio after updating from Android Studio Bumblebee(2021.1.1) to Android Studio Chipmunk(2021.2.1), and I have tried everything I can think of. I also tried clearing the cache and restarting…
Hardik K
  • 112
  • 1
  • 12
5
votes
1 answer

Build time error in navigation component direction generated classes after updating android studio to chipmunk

I'm getting "Unresolved reference: R" build time error after updating android studio to chipmunk version in all "Direction" classes that are generated by navigation component. R class is not imported in that classes, though I can import it manually…
4
votes
3 answers

"Could not find com.android.tools.build:gradle:7.2.0." with Chipmunk

I have just updated Android Studio to Chipmunk and gradle file sync no longer works. The sync has the following errors: Could not find com.android.tools.build:gradle:7.2.0. Searched in the following locations: -…
Hong
  • 17,643
  • 21
  • 81
  • 142
2
votes
0 answers

Android Studio Chipmunk fails to build and run tests in parallel on multiple emulators

I just upgraded Android Studio to Chipmunk | 2021.2.1 Patch 1 (detailed version below). When I run tests on one emulator and then try to start tests on another the build fails. I noticed that building tests for the second emulator gradle is trying…
2
votes
1 answer

Single instrumentation tests can't be started from Android Studio (starting from Chipmunk)

After updating Android Studio to Chipmunk we can't start our UI tests located in differen folder than androidTest from AndroidStudio itself anymore. We get instead an error message: Error running "...Test" Class "..." not found in module…
Tima
  • 12,765
  • 23
  • 82
  • 125
1
vote
0 answers

File google-services.json is missing. The Google Services Plugin cannot function without it on feature mofule

I'm trying to execute a composable preview in a device that is under a feature module and I got this error: It is asking for google-services.json file even when this is present in the main app module. Maybe some of you know how to fix this error.…
1
vote
1 answer

Android studio chipmunk layout not refreshing

I am using the Android Studio Chipmunk here the the about info: Android Studio Chipmunk | 2021.2.1 Build #AI-212.5712.43.2112.8512546, built on April 28, 2022 Runtime version: 11.0.12+7-b1504.28-7817840 amd64 VM: OpenJDK 64-Bit Server VM by Oracle…
Shailendra Madda
  • 20,649
  • 15
  • 100
  • 138
1
vote
0 answers

Android Studio Chipmunk : Gradle Sync issues

I recently upgraded to Android studio Chipmunk, now I created a new project and this Gradle project sync failed every time. I tried updating Api in SDK manager, and also deleted the .gradle and .idea files. Invalidate and restart but nothing works. …
1
vote
2 answers

How to create a resizable emulator in Android Studio Chipmunk

With the Android Studio Chipmunk release 2021.2.1 it should be possible to create a resizable emulator as it is described here: https://developer.android.com/about/versions/12/12L/get#resizable-emulator. But I am unsure how to create one. Where can…
1
vote
0 answers

Android Profiler and Layout Inspector don't detect device

Just installed Android studio in a new Mac and updated to Chipmunk. I was able to launch my app normally in an emulator, except I wasn't able to connect to Layout Inspector or Profiler. Connection assistant, adb and Logcat are able to detect the…
1
2