Questions tagged [android-x86]

Android-x86 is an open source project with the purpose of porting the Android system to x86 platforms. It is formerly known as "patch hosting for android x86 support".

Android-x86 is an open source project with the purpose of porting the Android system to x86 platforms. It is formerly known as "patch hosting for android x86 support".

214 questions
6
votes
4 answers

No Audio in Android-x86

I've setup an Android-x86 image (4.0-RC1-eeepc) in VirtualBox on a Dell Latitude D820. This particular ISO is not for the laptop, but of all available ISOs it works the best. I have worked through some of the troubles I have come across (by not…
CatShoes
  • 3,613
  • 5
  • 29
  • 43
5
votes
1 answer

Virtualbox Android-x86 install error: cannot mount

I get "cannot mount /dev/sda1" error when I try to install android on virtual machine. I use latest version of virtual box, default options. I follow the steps in here and get stuck at 17.
Psyconn
  • 127
  • 3
  • 8
5
votes
1 answer

Use C2DM in Android-x86

I use Android-x86 installed in virtual box and communicating with adb to debug my android application. I know that since it is an open source project, it is not possible to use google API libraries. But I know that using Maps is possible (somepeople…
Jean
  • 51
  • 2
5
votes
1 answer

Adding a custom etc file to aosp build

I have a set of custom etc files including text files, binary data files that I want to see populated into aosp's system/etc folder. I saw the previous question Add custom.xml file to AOSP etc folder which is similar but isn't what I want to do. I…
Jaya Kumar
  • 51
  • 3
5
votes
1 answer

How do I enable Bluetooth for Androidx86 8.1rc2 VM in Virtual Box running on Ubuntu 18

I'm trying to enable Bluetooth on my Android VM using the following Ubuntu 18.04.1 Virtual Box 6.0.2 r128162 with Extension Pack 6.0.2 r128162 Android-x86 8.1rc2 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) I've added my user to the…
asenec4
  • 367
  • 3
  • 16
5
votes
2 answers

Pixel launcher keeps stopping, after updating SDK

After updating the SDK, I'm having this problem when I run the emulator: Pixel launcher keeps stopping, Please help me and thank you very much Note: I use android studio 2.3.3
5
votes
1 answer

Unable to Inflate EditText in some devices

My app have a problem with some devices (namely Asus Zenfone 5 (Intel based processor)). It's keep forced close when opening it. This is the log from the devices: java.lang.RuntimeException: Unable to start activity…
5
votes
3 answers

Use proxy in Visual Studio Emulator for Android

Here is a link to the emulator announcement (included with Visual Studio 15 CTP): https://www.visualstudio.com/en-us/msft-android-emulator-vs.aspx I would like to set up a proxy for the Internet connection in this VM. My purpose is to connect…
5
votes
2 answers

why most of games from google market do not execute on android x86?

I installed android x86 on virtual box. Also to test it I download some games from google market. But most of them do not execute. Why most of games from google market do not execute on android x86?
user3533019
  • 193
  • 1
  • 2
  • 9
5
votes
2 answers

Does Android support log2

Does android supports log2 ? I already find that android doesnt support long double. When i tried to compile cdce3.c I received following error: g++.dg/cdce3.C: In function 'void mlog2f(int)': g++.dg/cdce3.C:87: error: 'log2f' was not declared in…
Laser
  • 6,652
  • 8
  • 54
  • 85
4
votes
1 answer

How to see the logcat into android x86

I am using android-x86 2.2 version as a live cd, adb tool is not avilable to see logcat so suggest some alternative to see system logs.
user1011455
4
votes
2 answers

How to emulate gps location in Android-x86 simulator(VirtualBox)?

I want to get longitude and latitude in android Simulator(ported in Android x86)for testing. Can any one guide me how to achieve this? How do I set the location of the emulator to a test position?
sAaNu
  • 1,428
  • 7
  • 21
  • 46
4
votes
1 answer

How to build AOSP for Android Automotive OS?

I have downloaded AOSP codebase for x86 from https://www.android-x86.org/. It builds fine. I wonder how I setup the config or .mk, so that I can compile or build Android with Android Automotive OS flavor. Any pointers?
sal_guy
  • 199
  • 2
  • 14
4
votes
1 answer

AOSP build error ninja failed with: exit status 1

help, i cant find any solution as to why its doing this im trying to build android-x86 but keep getting this error H16TOFW firmware/edgeport/boot2.fw H16TOFW firmware/edgeport/boot.fw H16TOFW firmware/edgeport/down.fw IHEX2FW…
4
votes
3 answers

Android SDK. Can't start AVD

Problem: I'm using only command line tools. AVD just worked fine some time ago. Now with various configurations I get only "Starting emulator for AVD..." which simply closes without any error messages and leaving emulator.exe in Task Manager for…
1 2
3
14 15