Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
35 views

AOSP Cuttlefish orchestrator: How to create a host with local Android Image?

I was working hosting Android on my PC with Cuttlefish docker orchestrator and cvdr tool. I followed the instruction given on https://github.com/google/cloud-android-orchestration/blob/main/docs/cvdr....
Yihao Ye's user avatar
0 votes
0 answers
59 views

2 Apps / Multi-window emulator in Android Studio

I have 2 Android Automotive OS apps on my emulator and I was wondering if it's possible to run and display both in 2 separate windows? They are 2 modules of the same project and are installed on the ...
wiswasi's user avatar
  • 41
0 votes
0 answers
59 views

ASOP Cuttlefish clears userdata.img every time it starts

Why does asop cuttlefish clear the userdata.img every time it starts?Here is my console output: I couldn't find the answer even after checking the Cuttlefish official website. Are there any issues ...
Xisdom's user avatar
  • 1
1 vote
0 answers
105 views

QEMU emulator for Radxa Rock 5B

I am working on this Radxa Rock 5B board: https://wiki.radxa.com/Rock5/hardware/5b The main system CPU is a Quad-core ARM Cortex-A76 MPCore processor and quad-core ARM Cortex-A55 MPCore processor. I ...
TryCatch's user avatar
0 votes
2 answers
542 views

Launching Android Open Source Project (AOSP) in AWS Cloud

I am planning to run an AOSP built on AWS Cloud that is on an EC2 named "a1.metal". My EC2 has the following configuration: CPU - 16 cores (AWS Graviton processor) RAM - 32 GB Architecture -...
Angad Bandal's user avatar
0 votes
0 answers
119 views

/dev/graphics/fb0 is missing in emulated Android 13

I'm running an Android 13 emulator (x86_64, API 33). I remember it was possible to access the framebuffer directly through /dev/graphics/fb0 or /dev/fb0, but it looks like in Android 13 the device is ...
user7401478's user avatar
  • 1,404
3 votes
1 answer
1k views

Invalid lunch combo: lunch sdk_phone_x86

I've been trying to build ASOP and emulate it on my Ubuntu machine the guide by Android documentation to download the repo. The commands are: repo init -u https://android.googlesource.com/platform/...
Wei Minn's user avatar
  • 311
4 votes
1 answer
527 views

AOSP Emulator Images not running

I'm trying to create an AVD Emulator image from the AOSP source code that I can run using the standard Android Emulator on my M1 Macbook (arm64). I've followed all the standard steps starting from ...
Banana999's user avatar
  • 133
2 votes
2 answers
2k views

Android 14 build completed successfully , but emulator not working

lunch aosp_x86_64 m -j16 TARGET_PRODUCT=aosp_x86_64 build completed successfully. $ emulator INFO|Android emulator version 31.3.9.0 (build_id 9070145) (CL:N/A) INFO|Storing crashdata in: /tmp/...
Hello There's user avatar
1 vote
0 answers
70 views

Does the Android Emulator use a device tree?

I have not been able to find how the Android Emulator is passed a device tree when it is started (if at all). In fact, the generated dtb.img/vendor_boot.img device trees are completely empty. They ...
sherrellbc's user avatar
  • 4,805
2 votes
0 answers
583 views

How to modify android x86 system.img properly (2023)?

A few years ago, I was able to easy execute the method described in this resolution (2019). However, when I attempted to test it again today and tried to mount the image, I encountered the following ...
Ragen Dazs's user avatar
  • 2,165
1 vote
0 answers
265 views

qemu-system-aarch64: Could not open '..../userdata-qemu.img': No such file or directory

Trying to get AOSP 12L to build and run on my computer but when I try to run the 'emulator' cmd I get: emulator emulator: Android emulator version 30.9.0.0 (build_id 7651928) (CL:N/A) 2023-08-01 23:26:...
Grant's user avatar
  • 89
2 votes
0 answers
582 views

Android Emulator segmentation fault (core dumped) on Ubuntu 20.04

I downloaded the AOSP 13 code (r24 tag) from Google. I gave the launch option as launch sdk_phone_x86_64, and then compiled the code. After compiling, I ran emulator command, I am getting a ...
hikiro's user avatar
  • 41
0 votes
1 answer
600 views

Trouble starting AOSP Emulator with a local AOSP build on Fedora

I am interested in starting the AOSP Emulator after successfully building it locally from scratch on my Fedora Linux 35 machine. The machine has a NVIDIA graphics card. I followed instructions from ...
code's user avatar
  • 5,526
3 votes
2 answers
494 views

How to run debugger across processes and layers in AOSP?

I have an Android app and a local build of AOSP with custom changes to the Framework and HAL layers. I am familiar with debugging a single Android app. However, I am interested in debugging an API ...
code's user avatar
  • 5,526

15 30 50 per page
1
2 3 4 5
8