1

I would like to create an Android virtual device on Ubuntu 24.04 with these characteristics :

abi = x86

api level = 24

target = Android 7.0 (Google APIs)

So I have created a model "Nexus 5 with API 24",but it didn't work because the error below :

2024-08-10 13:54:38,233 [ 398984]   WARN - Emulator: Nexus 5 API 24 - Failed to process .ini file /home/ziomario/.android/avd/../avd/Ne
xus_5_API_24.avd/quickbootChoice.ini for reading.
2024-08-10 13:54:38,320 [ 399071]   WARN - Emulator: Nexus 5 API 24 - FeatureControl is requesting a non existing feature.
2024-08-10 13:54:38,492 [ 399243]   WARN - Emulator: Nexus 5 API 24 - Emulator terminated with exit code 139
2024-08-10 13:54:39,046 [ 399797]   WARN - #com.android.sdklib.deviceprovisioner.DeviceAction - The emulator process for AVD Nexus_5_AP
I_24 has terminated.
com.android.tools.idea.avdmanager.EmulatorConnectionListener$EmulatorTerminatedException: The emulator process for AVD Nexus_5_API_24 h
as terminated.
at com.android.tools.idea.avdmanager.EmulatorConnectionListener$WaitForEmulatorTask.run(EmulatorConnectionListener.java:93)
at com.intellij.openapi.application.impl.RwLockHolder$executeOnPooledThread$1.run(RwLockHolder.kt:154)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
at java.base/java.lang.Thread.run(Thread.java:840)
2024-08-10 16:58:08,886 [11409637]   WARN - #c.i.u.i.p.ProjectIndexableFilesFilterHealthCheck - Following files are indexable but they
were NOT found in filter. Errors count: 1. Examples:
file id=456120 path=/home/ziomario/AndroidStudioProjects/MyApplication/.idea/appInsightsSettings.xml

According with this thread :

Why I cant use API level from 29 to 34 AVD in android studio

the solution seems to be :

"change graphics to software GLES 2.0 in emulated performance section"

Unfortunately I can't change that value because it is greyed out. What should I do to unfreezes it ?

I tried to install the open gles packages under ubuntu,but it didn't work :

sudo apt-get install libglew-dev libglfw3-dev libglm-dev libglfw3-dev libgles2-mesa-dev gcc libao-dev libmpg123-dev libgles2

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.