Assigned
Status Update
Comments
lw...@esi.dz <lw...@esi.dz> #2
Disregard - after adding
enableUnitTestCoverage = false
enableAndroidTestCoverage false
Thinks started to work again.
But for what it is worth - the error message could have been more helpful.
enableUnitTestCoverage = false
enableAndroidTestCoverage false
Thinks started to work again.
But for what it is worth - the error message could have been more helpful.
an...@google.com <an...@google.com>
je...@google.com <je...@google.com> #3
Well the error message is that it tried to configure jacoco task and failed, so it works for you because you disabled the feature.
So the error message is indicative of a bigger problem. Oviously, 8.2 is pretty old for us, not sure you are interested in trying 8.8.
The easiest would be to have a project reproducing the issue, if that's possible, we'll look into it.
lw...@esi.dz <lw...@esi.dz> #4
We tried bumping things up to 8.8 but that causes other problems that we need to resolve first. There was a long list of issues with name spaces and what not due to clashes across different 3rd part integrations that we have in the app.
Unfortunately we haven't had the resources to keep things up to date for a long time - and now every possible problem is just piling up...
I'll get back once we manage to upgrade to 8.8...
Unfortunately we haven't had the resources to keep things up to date for a long time - and now every possible problem is just piling up...
I'll get back once we manage to upgrade to 8.8...
Description
Hello, I'm trying to code kotlin mobile application in android studio using my Mac Air M1, but I'm facing a problem from 4 days ago where I installed everything related to android studio, sdk, device manager (latest versions)
but when I run the application the virtual device runs but it stops unexpectedly, here it is the error I found :
The daemon has terminated unexpectedly on startup attempt #2 with error code: 1. The daemon process output:
1. Error occurred during initialization of VM
2. Could not resolve "ZIP_Open": /Applications/Android Studio.app/Contents/jbr/Contents/Home/lib/libzip.dylib
Build: AI-242.23339.11.2421.12483815, 202410102054
AS: Ladybug | 2024.2.1 Patch 1
AI-242.23339.11.2421.12483815, JRE 21.0.3+-79915917-b509.11x64 JetBrains s.r.o., OS Mac OS X(aarch64) v15.0, screens 2880x1800 (200%); Retina
Android Gradle Plugin: 8.7.1
Gradle: 8.9
Gradle JDK: JetBrains Runtime 21.0.3 - aarch64
NDK: from local.properties: (not specified), latest from SDK: (not found)
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
```