Questions tagged [android-studio-electric-eel]

33 questions
1
vote
1 answer

How to filter or ignore some new logcat messages

After update on Android Studio Electric Eel (maybe a bit earlier :) ) In my logcat I saw new messages: W set:488 set: Unset optional value from type SMPTE2086 W set:488 set: Unset optional value from type CTA861_3 W set:488 set: Unset optional value…
1
vote
1 answer

How to generate build without executing test cases using android studio Electric Eel?

I updated my mac Android studio to version "Electric Eel" When I just try to generate the APK using "Build APK" option, then it automatically starts running the test cases, which is unnecessarily causing me further issues and slowing down the…
Himanshu Mori
  • 873
  • 1
  • 10
  • 20
1
vote
1 answer

Android Studio Electric Eel Update Failure

I have updated android studio to Electric Eel and I got the following error message. What should I do ? Error launching Studio Failed to load JVM DLL C:\Program Files\Android Android Studio\jbr\bin\server\jvm.dll If you already have a JDK installed,…
Ini
  • 25
  • 9
1
vote
0 answers

Why does Android studio insist in this deprecation warning?

Why do I get a deprecation warning in Android studio Electric Eel | 2022.1.1, despite the fact that I am handling it? This happens no matter what the problem is. This is my code where I get a deprecation warning for…
0
votes
0 answers

Error "Could not resolve all files for configuration ':app:debugRuntimeClasspath'" with custom repository

My goal is to use an aar in this repository. In the project build.gradle: buildscript { repositories { google() mavenCentral() maven { url 'https://raw.github.com/saki4510t/libcommon/master/repository/' } } …
Hong
  • 17,643
  • 21
  • 81
  • 142
0
votes
1 answer

Why Does emulator under Android Studio Electric Eel now run twice when targeting same Android version & start app in both copies?

Background I'm attempting to run two copies of Android Studio Electric Eel (version details are at bottom of this post) running two different projects. I'm targeting a Pixel 6 API 31 with both apps (each app in its own Android Studio window). The…
0
votes
0 answers

Android studio is downloading gradle-7.5-bin.zip but I configured it already in the settings

I downloaded gradle-7.5-bin.zip and extracted it on my system to use it in my android studio, Android Studio Electric Eel I added it to the settings but after syncing, still android studio is downloading it again I went to settings and added the…
0
votes
0 answers

VideoView function invocation?

I'm fairly new, teaching myself through a older course i bought. I've been on dolphin working with videoView with no issues until i needed to set my compileSDK version to 33 every time i start a new project. to fix i upgraded to electric eel. Now in…
0
votes
1 answer

when I migrate from AndroidStudio version Chipmunk to AndroidStudio version Electric Eel and dolphin my app cannot be released sign

All xml files encoding are utf-8 and have but when set shrinkResources false in build.gradle app is being built release without any problem but I want shrinkResources to be true please help me what is the…
AmiiiR
  • 1
  • 1
0
votes
1 answer

App not working despite adding NavHostFragment

I am working on a Note keeper app from a plural sight course. I have two activities on the app Anytime I run my app on the emulator it shows build successful but the application does not start. I noticed from the nav graph there was no…
atiku
  • 9
  • 5
0
votes
1 answer

Render Problem : java.lang.reflect.InvocationTargetException

Problem occurs after updating my dependencies These are the libraries I have added This is my xml file. Please solve this problem as I have tried it many times java.lang.reflect.InvocationTargetException at…
0
votes
2 answers

flutter: Failed to load font Roboto at https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf

I have updated my Android Studio to Android Studio Electric Eel | 2022.1.1 Patch 1. While trying to run my Flutter starter app on Chrome web I got a blank web page with this error.
0
votes
1 answer

Jetpack compose preview not working after android studio update to electric eel

I have updated android stuido to the latest version electric eel, my composables preview is not working. Missing classes error is found. need help to fix this issue.
0
votes
0 answers

Gradle Task creation option removed from Android Studio Electric Eel - | 2022.1.1 Patch 1

I have an Android Studio project in which I have plugins for Jacoco and Sonar and such for code quality. I could run these tasks by going into the Gradle task list -> Reporting and there I could see those. Some time ago, Android removed these task…
0
votes
0 answers

Why do my Xcode simulator and Android emulator constantly refresh sometimes?

I've been developing the same React Native app for about a year and recently I've noticed that on both iOS simulators, Android emulators, and physical devices, sometimes that little pop up that says "Refreshing" (that comes up when you actually make…
gabriellend
  • 265
  • 2
  • 12