Questions tagged [android-studio-arctic-fox]

Android Studio Arctic Fox is a major release that includes a variety of new features and improvements.

New version numbering Updated version numbering for Android Studio We have changed the version numbering system for Android Studio to more closely align with IntelliJ IDEA, the IDE that Android Studio is based on.

In the previous numbering system, this release would have been numbered as Android Studio 4.3 or version 4.3.0.1. With the new numbering system, it is now Android Studio - Arctic Fox | 2020.3.1, or version 2020.3.1.

Ref Link : https://developer.android.com/studio/releases/

82 questions
3
votes
2 answers

OpenCV Android Studio module importing issue

I`m trying to import OpenCV to android studio project, but have inactive "next" and "finish" button. So i cant finish OpenCV importing. Using Android Studio Arctic Fox 2020.3.1 and tried different version of OpenCV(4.5.3, 3.4.1, 3.4.15 etc.) There…
2
votes
1 answer

Android Studio version

I just updated Android Studio Arctic Fox and I noticed that there are different versions: Android Studio arctic fox Android Studio Electric Eel Canary Android Studio Dolphin Android Studio Bumblebee I’m a little lost. so I’d like to know if: 1-their…
2
votes
1 answer

Android Studio Artic Fox INT ARGB Color preview not showing

Normally in android studio it will be showing colors on left hand side next to line number and can change it through color picker Now in this studio I am not able to see colors next to the declarations. What should I do ? Color preview option in…
2
votes
3 answers

How to obtain SHA1 Signature from Android studio Arctic Fox

After updating my Android studio to Arctic Fox, Gradle scripts don't behave as previously. It does not show the root Gradle scripts to run. Any idea on this? How do I obtain Debug and Release SHA-1 fingerprints from the GUI?
2
votes
1 answer

Android Studio Arctic Fox doesn't recognise Java imports in a Kotlin module (non Android) on Mac with M1

When I create a pure Kotlin Library module in Android Studio on Macbook Pro with M1, AS doesn’t recognize Java dependencies. Everything builds fine. Everything also works fine when I change this module into Android Library. I tried a few different…
2
votes
1 answer

Android Studio Arctic Fox Set testRunner as GRADLE instead of PLATFORM

My JUnit 4 tests are failing after updating to Android Studio Arctic Fox | 2020.3.1 Patch 3. I noticed that it is creating a JUnit test configuration instead of Gradle test configuration when a test is run using the play button/icon near the test…
2
votes
0 answers

How to change default size of android studio emulator on startup?

I am not seeing the scale option in my AVD manager? I can't seem to find any way to set the default start size of the emulator? I have tried changing the screen size in editing an existing emulator also editing the resolution and nothing seems to…
2
votes
0 answers

Android Emulator Issue with Arctic Fox on Big Sur

I am using Android Studio Arctic Fox 2020.3.1 on Mac Big Sur once after creating AVD with: Below Spec: When I run the AVD new emulator-5554 getting created, and also after some time getting a message like AVD timeout300 seconds... And even not able…
Girish
  • 2,196
  • 2
  • 18
  • 24
2
votes
2 answers

Java 11 or newer is required to run the IDE Android studio

When I try to update android studio to version: Arctix Fox | 2020.3.0 i get this error Java 11 or newer is required to run the IDE, Please contact support at https://code.google.com/p/android/issues Your JRE: 1.8.0_301-b09x86 (Oracle…
2
votes
5 answers

A problem was found with the configuration of task ':app:safedkInstrumentationRelease

I'm getting this error whenever I try to generate signed apk after enabling minifyEnabled true. A problem was found with the configuration of task ':app:safedkInstrumentationRelease' (type 'InstrumentationTask'). Type…
2
votes
0 answers

Android Studio becomes unresponsive after recording video from logcat

I am using the Android Studio Arctic Fox. If I record a video from Android Studio from logcat, it becomes unresponsive. I am not able to save or cancel it. Android studio must have to force close to make it work again. Attaching a screenshot of the…
Sumit T
  • 1,273
  • 2
  • 17
  • 32
2
votes
0 answers

Android Studio Artic Fox failed to launch emulator in mac M1 with apple chip machine

Android Studio Artic Fox failed to launch emulator in mac M1 with apple chip machine
sejn
  • 2,040
  • 6
  • 28
  • 82
2
votes
1 answer

Unable to load class org.gradle.api.publication.maven.internal.MavenPomMetaInfoProvider

I updated Android Studio to version Arctic Fox 2020.3.0.0 . Then I updated the gradle plugin to version 7.0.0 and the gradle in the gradle-wrapper.properties file to gradle-7.0.2-bin. Now I have this error while syncing: Unable to load class…
2
votes
3 answers

Error : Opening Emulator handleCpuAcceleration after Upgrading Android Studio Arctic Fox

After upgrading Android Studio to Arctic Fox, I am getting errors while opening Emulator. Android Studio Arctic Fox | 2020.3.1 Build #AI-203.7717.56.2031.7583922, built on July 27, 2021 Runtime version: 11.0.10+0-b96-7249189 amd64 VM: OpenJDK 64-Bit…
Pratik Butani
  • 60,504
  • 58
  • 273
  • 437
1
vote
1 answer

could not load wrapper properties from 'C:\Users\008\AndroidStudioProjects\CookpadAndroidApp\gradle\wrapper\gradle-wrapper.properties'

Could not load wrapper properties from 'C:\Users\008\AndroidStudioProjects\CookpadAndroidApp\gradle\wrapper\gradle-wrapper.properties'. when I create a new project every time it is giving this error above even I have installed and reinstalled…
Edgar
  • 860
  • 1
  • 17
  • 38