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
2
votes
1 answer

Android 86 over IP (local network) and Android studio

What I want to do: Boot a VB in one mac with Android x86. Access that emulator over another mac in the same local network and load applications from the Android Studio I work with on the second mac, to the emulator (first mac). What I have…
Diolor
  • 13,181
  • 30
  • 111
  • 179
2
votes
1 answer

Build project with libvpx x86 android fail with undefined reference error

I need to add to android project atom processor support. Config and build libvpx library under x86 with parameters: ./configure --disable-examples --sdk-path = '/ Android / ndk' --enable-vp8 --target = x86-android-gcc --disable-postproc make…
Michel_T.
  • 2,741
  • 5
  • 21
  • 31
2
votes
1 answer

Can X86 library invoke ARM library on android?

I would like to know if it is possible to use both X86 and ARM libraries at the same time when running my application on X86 android platform? My problem is as follows: I have one application to create for x86 android platform. I have 2 shared…
user271280
  • 49
  • 4
2
votes
2 answers

Chrome on Android emulator x86

I'm trying to install the Chrome browser on the Android emulator (x86 image) but can't seem to install it. Did anyone succeed in installing this on an emulator? I tried by installing the Google Play Store, which failed, then I tried pushing a Chrome…
Jochen
  • 1,853
  • 3
  • 20
  • 28
2
votes
1 answer

Compiling CUPS for android x86

I am working on compiling a custom android-x86 build for an embedded device. I need to utilize a USB thermal printer. On Ubuntu it works out of the box with cups on /dev/usb/lp0. I can't seem to find anything regarding instructions on porting CUPS…
Michael
  • 891
  • 2
  • 16
  • 32
2
votes
3 answers

How can I disable loading of libraries when running the Android Emulator?

So I have started developing for Bump, and in their short-sightedness they don't support x86 based Android devices/emulators. Only ARM. Well, setting the small market aside, it's a big problem for me since I thoroughly enjoy developing using the x86…
Magnus Johansson
  • 28,010
  • 19
  • 106
  • 164
2
votes
1 answer

How to emulate SMS on Android-x86 on virtualbox?

So the title basically speaks for itself. I've seen other posts about this problem but seems like no one answers to it. Anyway, I'd like to send SMS to Android-x86 on the virtualbox, something like telnet it? Just like how you can do it using the…
useletters
  • 325
  • 3
  • 15
2
votes
0 answers

i686-linux-android-g++.exe: error: CreateProcess: No such file or directory

I am doing ndk-build on windows through cygwin,but I get this error after last .c file gets compiled and this .so file is not generated. I am trying to build a .so file for x86 architecture on Windows 7(my machine is 32 bit).I am using Cygwin…
Ankit Jain
  • 2,230
  • 1
  • 18
  • 25
2
votes
1 answer

Android v8 - works on ARM, crashes on x86

I have an existing Android app that uses an embedded v8. We have previously only built for ARM and are able to run without crashing. Now we want to add x86 support. I built a release version of v8 targeting x86 (and rebuilt my NDK code targeting…
ajh158
  • 1,477
  • 1
  • 13
  • 32
2
votes
1 answer

Connect IOIO Bridge with android_x86 in Virtualbox

Situation: Connecting IOIO Bridge to android_x86 in Virtualbox *adb connected to 10.10.10.3:5555 (where 10.10.10.3 is VBox)* adb forward tcp:4545 tcp:5555 java -jar ioiobridge.jar COM3 The output Seems Connecting to IOIO...…
internals-in
  • 4,798
  • 2
  • 21
  • 38
2
votes
3 answers

undefined reference to `siglongjmp' error when compiling android cocos2dx project for x86 architecture

I am trying to build a cocos2dx project for x86 android architecture but i get the following error when i try to compile it. ./obj/local/x86/curl.a(hostip.o):(.text.alarmfunc+0x21): undefined reference to…
glo
  • 1,408
  • 3
  • 25
  • 54
2
votes
0 answers

Using Android-x86 on virtualbox

I'm trying to start Android on Virtual box but whenever I start the VM the window remains on detecting android-x86 (with lots of dots). I think the problem is that Virtualbox does not recognize the hdd because in the session info HDD's Data Read is…
nCoder
  • 88
  • 1
  • 13
2
votes
1 answer

Google Maps Android API v2 - for ARM only?

Google Maps Android API v2 I'm getting error while trying to install sucessfully compiled maps demo app (%android-sdk%\extras\google\google_play_services\samples\maps\) on android-x86 device (Intel Mint): Failure…
4ntoine
  • 19,816
  • 21
  • 96
  • 220
2
votes
1 answer

How to save network configuration in android-x86

After android-x86 loaded in VirtualBox I am configuring network(for Bridge): route add default gw 192.168.0.1 dev eth0 setprop net.dns1 192.168.0.1 All goes fine but I don't want to write this commands any time I load virtual machine. Is there any…
Igor Lapin
  • 23
  • 6
2
votes
2 answers

Can we test In-app Billing with Android-x86 project VM?

From the doc , it said To test in-app billing in an application you must install the application on an Android-powered device. You cannot use the Android emulator to test in-app billing. But anyone have success in testing with Android x86 VM…
Howard
  • 19,215
  • 35
  • 112
  • 184