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
14
votes
10 answers

Android-x86 won't install on VirtualBox

I have a problem with Android-x86 and VirtualBox. I had never worked with Linux before, so I don't understand what's happening. After creating a new virtual machine and choosing "Install Android-x86", I get this: My settings: I've tried using…
Vitaliy
  • 485
  • 1
  • 5
  • 22
14
votes
5 answers

How to run Android-x86 4.2 iso on VM VirtualBox?

I want to use Android-x86 to test and debug my App.I tried other versions of Android-x86 before successfully,but there is an erroe in about android-x86-4.2.So I ask my question here because it may be happen for others: I installed oracle VM…
hasanghaforian
  • 13,858
  • 11
  • 76
  • 167
13
votes
4 answers

Bluetooth in Android x86 on Virtualbox

I'm trying to get Bluetooth working on Android x86 in virtualbox. I have tried both Virtualbox on Linux and Windows, with the latest android x86 iso, but the problem is the same: the bluetooth adapter of my thinkpad-laptop host (that is fully…
eang
  • 1,615
  • 7
  • 21
  • 41
12
votes
2 answers

Android resource for a specific product

i got this code from Settings app... About tablet About phone then my questions are: from where at runtime the system load the correct…
Luis Daniel
  • 687
  • 7
  • 18
10
votes
2 answers

BiometricPrompt iris and face prompt is not working with Crypto object authentication. #AndroidX

Issue Biometric authentication iris and face-detection is not prompting with biometricPrompt.authenticate(**crypto**, promptInfo) call. Source reference: Securing data with BiometricPrompt (19 May 2019) One Biometric API Over all Android (30…
CoDe
  • 11,056
  • 14
  • 90
  • 197
10
votes
2 answers

rotating the view for android x86 on VMWare

How to I rotate the display view on android x86 installed in VMWare? Pressing Ctrl+F12 rotated it so that the back and home buttons went to the left of the screen, but now pressing Ctrl+F11 or Ctrl+F12 only keep it in landscape mode, with either the…
user13267
  • 6,871
  • 28
  • 80
  • 138
9
votes
2 answers

How to deal with apps that force screen orientation in android-x86 on VirtualBox?

If you've used an Android device, you're aware that there are some apps that force the display to portrait and ignore the device's orientation sensor. On a real device, this is not a problem, as you can physically rotate the device in your hands to…
Aprel
  • 484
  • 1
  • 5
  • 10
8
votes
3 answers

Package xyz has mismatched uid: 10044 on disk, 10045 in settings

I found a simple guide to install an Android-x86 in a VM (guide). Connection to Eclipse and all works fine, but installing my app on the VM fails with following errors: 06-21 22:40:26.390: INFO/PackageManager(2439): /data/app/xyz.apk changed;…
CSchulz
  • 10,882
  • 11
  • 60
  • 114
8
votes
1 answer

"Could not find com.google.jimfs:jimfs:1.1" upgrading RN project to AndroidX

So i'm going through the joyous task of upgrading to AndroidX in an existing React Native project. Thus far I've set useAndroidX=true, enableJetifier=true, set the target SdkVersion to 28, and even switched jcenter() above goggle() in the…
T_coder
  • 141
  • 2
  • 5
8
votes
2 answers

Audio not working on Android running on Virtualbox?

I installed Android on Virtualbox, I'm using Android x86 downloaded from http://www.android-x86.org/download I chose version 2.3 the eeepc version (android-x86-2.3-RC1-eeepc.iso). The problem is the sound is not working, I tried all 3 choices in…
Pierre
  • 12,468
  • 6
  • 44
  • 63
7
votes
1 answer

Self-compiled dalvik doesn't load shared libraries

I'm trying to run some Android code on VM in AWS. I've compiled Android from source and when I'm trying to load a library explicitly (using System.load) in dalvik vm I see following log: android_update_LD_LIBRARY_PATH not found; .so dependencies…
Wojciech Reszelewski
  • 2,656
  • 2
  • 18
  • 27
6
votes
0 answers

SurfaceFlinger/gralloc Out of Memory error when allocating buffer memory for use with virtual frame buffer on Android x86 Nougat

We're customizing a fork of the Android x86 Nougat (Android v7.1) project. Because there is no video display hardware in our system we're trying to setup the virtual frame buffer (VFB) so we can then handle the video display in a custom manner (e.g.…
6
votes
2 answers

NDK: how to build a lib, so that app can work on arm(s), x86, etc.?

I never used c++ for android and NDK before. When I use it for - say - image processing I want to be sure app will work on all devices with android 2.2 and higher. When I write for iPhone, xcode compiles 2 binaries for arm7 and arm7s architectures…
Tertium
  • 6,049
  • 3
  • 30
  • 51
6
votes
5 answers

Android emulator upside down in Eclipse Juno

I'm using Eclipse to develop Android apps, using the emulator (with an image of Intel x86 for the Google API in 4.1.2) and the phone is upside down and "inside in", like this: Any idea about why and how to fix it please?
noloman
  • 11,411
  • 20
  • 82
  • 129
6
votes
3 answers

Does Android X86 in virtual machine represent a real alternative to Android Emulator?

I am developing an Android application with jQuery Mobile, Phonegap and the jQuery plugin for Google maps. The emulator takes too long to load a web page, making the test of my code a painful operation. I have installed Android x86 on a virtual…
zizoujab
  • 7,603
  • 8
  • 41
  • 72
1
2
3
14 15