Android x86 works by default?

Hi all,
with the recent adding of x86 support for Android, I decided to buy an Android x86 tablet for testing (Dell Venue 7, specifically). I was surprised to find that my app can be downloaded from Google Play already and works without notable errors. The app is packaged with a captive runtime and I never made any changes to support x86 architectures. Is it not necessary to create an apk specifically for x86 devices? That is at least what I read in the Adobe guidelines.
Thanks

Go to Google Play console, enable extended mode for uploading apk and upload both apks. Make sure the x86 version has a higher version number than ARM so that devices that support both processors take advantage of the faster x86 versions as described in this article: http://blogs.adobe.com/airodynamics/2014/06/26/versioning-of-multiple-apks-for-android/
You don't have to make any other settings, Google Play is able to identify the required architecture based on the apk and automatically deliver the correct one to the user.

Similar Messages

  • [Yoga 13] Android-x86 / Android-IA

    Well, I think the subject is descriptive enough, has anyone tried any of this custom Androids on the Yoga 13? I've tried both; I got Android-x86 to liveboot by disabling UEFI, with no wireless, but that is as far as I gone due to no GPT support and no EFI support.
    As for Android-IA, despite it's native EFI and GPT support, I couldn't get the last release to boot or install. I've posted this issue on their community, because there's a Google Doc that says Yoga is supported although with no wireless / BT.
    From what I've read across different forums, I've learned that the Yoga's -POS- wireless adapter's driver is not included (or enabled, I don't know exactly) on the Android's kernel, so even if I got to install any of them, they wouldn't connect wirelessly.
    I'm not looking for official support, as I know this ultrabook is intended to run only Windows 8, but Android has far more apps on its store, aside from being the number one mobile OS today.
    Ultimately, I believe it would be a competitive advantage for Lenovo to offer an official patch / update that installs dualboot Android on their Ultrabooks (such as Yoga, Twist, and others).
    Please share your experiencies and maybe we can get this to work.

    Hey guys,
    I don't meat to brag but I'm on my Lenovo Yoga 2 13 inches and writing from android x86 4.4.2 :]
    Just to say it's possible if you look to the right places. Everything doesn't work (orientation and camera don't), but wifi surprisingly do work fine and I'm able to play 3D games on it flawlessly using Tegra packages (wolf among us, the walking dead, Fruit ninja, hitman go, GTA chinatown wars, ...).
    it's installed with Windows 8.1 and Ubuntu 14.10 using Grub 2. Also the boot is in safe mode.
    If I have the time, I'll do a quick tuto. (It's a mess, NOT for the faints of heart)

  • Error occurred while packaging the application: Android-x86

    Hello,
    I tried to export an existing Android-ARM to Android-x86:
    This application uses to 2 ANE for In-App purchases. One for iOS and another one for Android. I repackaged the Android ANE file to be compatible with Android-x86 and I also add the new Flash Builder "-arch" with value "x86" and place it before "-storetype".
    Error occurred while packaging the application:
    output file is not writable
    usage:
      adt -checkstore SIGNING_OPTIONS
      adt -certificate -cn <name> ( -ou <org-unit> )? ( -o <org-name> )? ( -c <country> )? ( -validityPeriod <years> )? ( 1024-RSA | 2048-RSA ) <pfx-file> <password>
      adt -help
      adt -migrate SIGNING_OPTIONS ( <air-file-in> | <airn-file-in> ) <output-file>
      adt -package SIGNING_OPTIONS ( -target air )? <output-package> ( <app-desc> FILE_OPTIONS | <input-package> )
      adt -package SIGNING_OPTIONS -target airn <output-package> ( <app-desc> FILE-AND-PATH-OPTIONS | <input-package> )
      adt -package -target ( apk | apk-debug | apk-emulator | apk-captive-runtime ) ( CONNECT_OPTIONS? | LISTEN_OPTIONS? ) ( -airDownloadURL <url> )? ( ARCH_OPTIONS )? SIGNING_OPTIONS <output-package> ( <app-desc> PLATFORM-SDK-OPTION? FILE-AND-PATH-OPTIONS | <input-package> PLATFORM-SDK-OPTION? )
      adt -package -target ( ipa-test | ipa-debug | ipa-app-store | ipa-ad-hoc | ipa-test-interpreter | ipa-debug-interpreter | ipa-test-interpreter-simulator | ipa-debug-interpreter-simulator ) ( CONNECT_OPTIONS? | LISTEN_OPTIONS? ) ( -sampler )? ANE_LINK_OPTIONS? AOT_MODE_OPTIONS? SIGNING_OPTIONS <output-package> ( <app-desc> PLATFORM-SDK-OPTION? FILE-AND-PATH-OPTIONS | <input-package> PLATFORM-SDK-OPTION? )
      adt -package SIGNING_OPTIONS? -target native SIGNING_OPTIONS? <output-package> ( <app-desc> FILE-AND-PATH-OPTIONS | <input-package> )
      adt -package SIGNING_OPTIONS? -migrate SIGNING_OPTIONS -target native SIGNING_OPTIONS? <output-package> <app-desc> FILE_OPTIONS PATH-OPTION
      adt -package SIGNING_OPTIONS? -target bundle SIGNING_OPTIONS? <output-package> ( <app-desc> FILE-AND-PATH-OPTIONS | <input-package> )
      adt -package SIGNING_OPTIONS? -target ane <output-package> <ext-desc> ANE_OPTIONS
      adt -prepare <airi-file> <app-desc> FILE_AND_PATH_OPTIONS
      adt -sign SIGNING_OPTIONS ( -target ( air | airn | ane ) )? ( <airi-file> | <unsigned-ane-file> ) <output-file>
      adt -devices          PLATFORM-OPTION PLATFORM-SDK-OPTION?
      adt -installRuntime   PLATFORM-OPTION PLATFORM-SDK-OPTION? DEVICE-OPTION? ( -package <apk-file> )?
      adt -installApp       PLATFORM-OPTION PLATFORM-SDK-OPTION? DEVICE-OPTION? -package <apk-file | ipa-file>
      adt -uninstallRuntime PLATFORM-OPTION PLATFORM-SDK-OPTION? DEVICE-OPTION?
      adt -uninstallApp     PLATFORM-OPTION PLATFORM-SDK-OPTION? DEVICE-OPTION? -appid <app-id>
      adt -launchApp        { PLATFORM-OPTION PLATFORM-SDK-OPTION? DEVICE-OPTION? ( -debuggerPort port )? -appid <app-id> }
      adt -runtimeVersion   PLATFORM-OPTION PLATFORM-SDK-OPTION? DEVICE-OPTION?
      adt -appVersion       PLATFORM-OPTION PLATFORM-SDK-OPTION? DEVICE-OPTION? -appid <app-id>
      adt -version
    SIGNING_OPTIONS      : -storetype <type> ( -keystore <store> )? ( -storepass <pass> )? ( -alias <aliasName> )? ( -keypass <pass> )? ( -providerName <name> )? ( -tsa <url> )? ( -provisioning-profile <profile> )?
    FILE_OPTIONS         : <fileOrDir>* ( ( -C <dir> <fileOrDir>+ ) | ( -e <file> <path> ) )*
    ARCH_OPTIONS        : -arch (armv7 | x86)
    CONNECT_OPTIONS      : -connect <host>
    LISTEN_OPTIONS       : -listen <port>
    ANE_LINK_OPTIONS     : -hideAneLibSymbols ( yes | no )
    ANE_OPTIONS          : -swc <swc> ( -platform <name> (-platformoptions <file>)? <fileOrDir>* ( -C <dir> <fileOrDir>+ )* )*
    FILE-AND-PATH-OPTIONS: ( PATH-OPTION | FILE-OPTIONS ) FILE-AND-PATH-OPTIONS?
    PATH-OPTION          : -extdir <dir>
    PLATFORM-OPTION      : -platform (android | ios)
    PLATFORM-SDK-OPTION  : -platformsdk <platform-sdk-home-dir>
    DEVICE-OPTION        : -device ( deviceID | ios-simulator )
    AOT_MODE_OPTIONS     : -useLegacyAOT ( yes | no )

    Hi Nimisha1,
    I tried with both AIR 14.0 final release and also 14.0.125.
    I have a Mac (last version OS).
    With -arch armv7 I got the same error !
    With command line works !
    See the screenshoot of FB 4.7 customize launch:
    See the screenshoot of FB export error:

  • [Lenovo MIIX2 8] Android x86 4.4 r3 Bootable USB

    Android x86 4.4 r3 works on Lenovo MIIX 2 8" **PROCEED AT YOUR OWN RISK, IF YOU CHOOSE TO INSTALL, I AM NOT RESPONSIBLE FOR DAMAGES**But if you have succeeded on installing and dualbooting with windows, please share   Please note: This is experimental, by all means this is not recommended for beginners and/or will I provide support... Please post feedback if possible. Required:OTG CableUSB HubUSB KeyUSB Keyboard **Can bypass keyboard if you set timeout in grub.cfg** Bootble USB Live Android (OTG Cable Required, internal SD card cannot be bootable**what a shame**) Download android-x86-4.4-r3.img Create a bootable USB using unetbootin, choose USB and IMG file. Boot to Bios and Disable 'Secure Boot'Boot from USB using the NOVO Screen. (Power+VolUp)On the boot menu(Grub), Need to plug in a keyboard to select Android Live USB Once Android boots, you will need to change the keyboard setting and turn 'hardware' off for onscreen keyboard. Works:Touch ScreenWiFi (Sometimes it doesn't work)Hardware Acceleration Not Working:BluetoothAuto-Rotate (Using a Rotating App to get Landcape mode)Battery Status IMG File:android-x86-4.4-r3.img Unetbootinunetbootin Note: If only we can boot from the internal SD card reader.

    Update: After playing with Android, I have hit a few snags.After Shutting Down or Rebooting, Android fails to load again... It goes to black screen and nothing happens.Have to Recreate the USB bootable from scratch to get it going again and then sometimes WiFi won't work. Conclusion: Although I've gotten Android to work for a while, I am quite surprised that it booted on the MIIX 2 8" with working Touchscreen & somewhat working WiFi. Android x86 has made tremendous progress over the years, hopefully we will be enjoying a dualboot tablet soon

  • Arch & Android-x86 Dual Boot ?

    Hi All
    Has anyone installed Android-x86 as a Dual Boot with Arch yet ?  Its something that i'm considering doing and wondered if anyone had done it yet ?
    Cheers

    ...I don't care
    I see no reason why it wouldn't work... I would think a simple google search would tell you the answer, no?

  • How to make custom icc color profile work as default for all users?

    Hi!
    I've calibrated two monitors for the machine running Mavericks OS X. I've managed to move these custom icc color profiles to ColorSync folder in HDD Library, so that that they are available for all the users. However, I cannot figure out how to make these icc profiles work as default profiles for all users and not only the one I used to calibrate monitors.
    Is there a specific place I have to put custom icc profile to make it system default?
    Thank you!

    If you put the profiles in the root /Library/ColorSync/Profiles/ folder, then each user needs to select them in their account. There isn't a way to apply them globally so each account automatically comes up that way.

  • Include Android-x86 directly from ANE

    I have one ANE + SWC, without the source code and I managed to include the Android-x86 support by expanding the ANE (zip file).
    However I have another ANE without the original SWC. How can I include the support for Android-x86 on this case ?

    I have one ANE + SWC, without the source code and I managed to include the Android-x86 support by expanding the ANE (zip file).
    However I have another ANE without the original SWC. How can I include the support for Android-x86 on this case ?

  • How to compile virtualbox host modules dkms for chroot in android x86?

    Hi all,
    I am running arch linux using chroot method in android phone (asus zenfone 5 intel processor). I want to install and run virtualbox in that environment. I have kernel source of my phone, I do not know how to get kernel headers and install them in chroot environment, can anyone guide me on how to compile virtualbox modules and run virtualbox in chrooted environment on android x86?

    Hi all,
    I am running arch linux using chroot method in android phone (asus zenfone 5 intel processor). I want to install and run virtualbox in that environment. I have kernel source of my phone, I do not know how to get kernel headers and install them in chroot environment, can anyone guide me on how to compile virtualbox modules and run virtualbox in chrooted environment on android x86?

  • Android Client working on WPA2 PEAP without certificate loaded

    I am trying to figure out why the andriod phone will work on our Cisco WPA2 Enterprise PEAP wireless when we use a custom internal certificate for authentication with our Cisco 1200 series AP's, ACS 4.x, and AD user group/accounts. 
    The certificate is not loaded on the client, nor from what I learned is very difficult to import for use when trying to install a MS generated certificate
    I did debugs between my regular Domain computer which has the domain certificate, and the Andriod and collected captures; see attachment tabs.
    I do see that the certificate is used somehow and I do see what looks like a ldap lookup.
    See the attached xls sheet with a debug tab for each the PC and the android.
    I stripped out any sensitive account/domain info for viewing.
    I'm not sure if this is a potential security loophole or not and welcome a discussion on this.

    Really?
    Its been a long time since I set this up and tested this and understood all the components. I just read up on it again and it appears your correct that PEAP only requires the server (ACS) side cert and the users credentials are protected during logon within MSCHAPv2.
    If I recall, When I set up our enviroment, we had to install our domain cert on Pocket PC's (warehouse scanners), to get them to work with PEAP as the cert was not from a default trusted publisher. I don't understand why this was an issue then. Any ideas?
    Our AD client computers all get the root cert by default, and all we do is push the wireless setting to the client by GP.
    I was under the impression that we were protected by the client requiring the domain cert, and that pocket PC's, and other rogue wireless devices would not work without them. So how to best control rogue devices without using some NAP system?

  • Search will not work, no default search and will not go to any websites but my bookmarks

    My kids were playing on my computer yesterday and now today when I load firefox, it will not search or go to any other websites but those that I have bookmarked. If I type in a search term and click enter, whatever I typed just erases. I did run a virus scan and found a few that were erased, I tried to refresh firefox, nothing is working. Google chrome is working fine, but I prefer firefox. A few things I noticed. When I click tools/options/search, there is nothing on the screen (no search engines listed, not even a default one) and the option where you can click the drop down menu is tiny and nothing happens if you try to open the menu?? I am totally lost here, please help!

    First, I suggest you turn on the password for your user account.
    Second, give them their own accounts (limited).
    Without knowing what went wrong, we will have to try a few things.
    Create a new profile;
    '''https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles'''
    '''Windows: 32-bit''' C:\Program Files\Mozilla Firefox\firefox.exe -p
    '''64-bit''' C:\Program Files (x86)\Mozilla Firefox\firefox.exe -p
    '''Mac:''' Navigate to '''/Applications/Utilities.''' Open the Terminal application.
    In the Terminal application, enter the following:
    /Applications/Firefox.app/Contents/MacOS/firefox-bin -p
    If you were able to make a new profile, use these to restore the old data.
    '''https://support.mozilla.org/en-US/kb/recovering-important-data-from-an-old-profile'''
    '''https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles'''

  • Can't get surround sound to work while default format is 96000Khz

    Hello,
    I finally figured out that for some reason I can play 5.1 surround sound if I choose the 24bit/48000Kh as the default format from the realtek manager, or for that matter from the Sound control panel.  But if i choose the 24bit/96000Kh from the realtek sound manager I only get stereo sound when played either from WMP or WMC.
    Does anyone know if this is a limitation of the sound card I have?
    According to the spec's I should have the for the s3480a are:
    Sound/Audio
    High Definition 6-channel audio
    ALC 888S chipset
    Also, and maybe for another post, i bought HDMI cable because I have a TV Tuner card in this unit but I can't seem to get it to work...
    HP ENVY 17-j005tx Notebook, HP ENVY Recline 27-k001a, HP ProLiant MicroServer Gen8 G2020T, HP MediaSmart EX495 Server, HP MediaVault 2020, HP ENVY 120 AiO Printer

    I've seen similar OEM "configurations" with RealTek codecs and the sound hardware on the motherboard. I "think" channel limitations at higher Khs are either a real hardware/codec limitations or the folks that design the PC are safeguarding against problems that show up when multi-channel is enabled at higher Khs (power draw, popping noises, whatever).
    This is total speculation on part.
    I have seen cases where updating the sound codec using the latest drivers available from realtek.tw allows you to select from more hz and channel options. But keep in mind more problems might pop up if you select a hz range beyond 48Mhz.
    ... an HP employee expressing his own opinion.
    Please post rather than send me a Message. It's good for the community and I might not be able to get back quickly. - Thank you.

  • The Bluetooth on my 2012 Lexus doesn't work with my iPhone 5.  My old android phone worked perfectly with my car.  Even the tech guy at Lexus couldn't get it to work.  What is apple doing to fix this.

    The Bluetooth on my 2012 Lexus doesn't work with my iPhone 5.  My old android worked perfectly with my car.  Even the tech specialist at Lexus couldn't get it to work.  Lexus said that other iPhone 5s were having the same problem.  What is apple doing to fix this?

    Going to the local Apple store this morning...
    My problem is not uncommon as the board is showing signs of this happening to many others as well. That is where I found the restore and reboot information to try to solve the issue of crashing apps.
    I understand that Apple will not "give away the cow", but letting iPhone users know that the problems they are having are being addressed by Apple is a little more comforting than nothing at all. Other wise, all the apps in world are useless and even more importantly worthless, if a person has to reset/reboot/reload just to get them to work.
    IF Apple can not address the basic problems with todays iPhone apps, why should one believe that the iPhone 3.0 OS is any better? Using a PC comparison, which is better, XP or Vista. If the current iPhone OS of 2.2. what ever is not working that well (as related to down loaded apps and iTunes), will OS 3.0 be any better?
    The waste of time I refer to is in going to the apps store and downloading the apps... Again why by apps if the free version does not work?

  • Windows Phone 8 Lync 2013 will not sign in. Although Apple and Android mobility works fine.

    Hey everyone,
    I have a fully functional Lync deployment as it seems so far. However, the only thing that refuses to connect successfully is the Windows phone 8 lync 2013 mobile app. It keeps getting the general "Can't sign in" error.
    I've read that if the SAN lyncdiscover.domain.com does not exist on the certificate that is being used by the External Web Site, then this will happen. The cert I'm using is an internal published certificate from my internal CA, the SAN lyncdiscover.domain.com
    and lyncdiscoverinternal.domain.com is added.
    My public cert on the RP / public facing side of the Edge is a go daddy cert. This cert does NOT have the lyncdiscover / lyncdiscoverinternal SANs added to it. I am currently unable to get my manager to purchase a new cert with this included because this
    Lync deployment is really just for testing and there is no point in buying a new cert just for this one piece.
    So in result, I am forcing the lyncdiscover to fail over to HTTP 80 traffic instead of 443; and this works great. My Android and iOS clients are able to connect fine but every windows phone in my environment are not working.
    I have tried turning off auto-detect server and manually putting in 
    https://lync.domain.com/autodiscover/autodiscoverservice.svc/root
    as the internal and external addresses on the phone settings, but this does not work either.
    I am running the latest updates from the January 2014 update on my servers.
    When I turn logging on within the device, I repeatedly see these errors in the logs:
    ERROR UTILITIES CHttpConnection.cpp/1113:Request failed with the WININET errorCode (UcwaAutoDiscoveryRequest): -2147467260
    ERROR TRANSPORT CMetaDataManager.cpp/591:Unable to get a response to an unauthenticated get to url https://lync.domain.com/autodiscover/autodiscoverservice.svc/root/user?originaldomain=domain.com
    Now, this may or may not be normal due to me forcing the lyncdiscover to fail over to HTTP 80.
    If anyone has any ideas or needs any more information please let me know.

    Please check the Authentication Delegation is set to No delegation, but client may authenticate directly when you create a web server publishing for Lync Server Web Service.
    Lisa Zheng
    TechNet Community Support

  • Android App - works fine in Device Central but not in phone

    Greetings!
    Just looking for some general "you might try this" tips.  I've built a very basic game app for Android so I can start learning not only how to develop for Android, but also how to publish and distribute Android apps to users.
    My game works fine when I test in Device Central from Flash.  And I've been able to upload my app to the Android Market. But when I install and run on my Android phone (I've actually tested on two separate devices), I just get a light yellow screen with a series of tiny dots that move across the screen, almost like a loading indicator, but nothing happens after that.
    I've tried publishing as both an Air (Air 2) file and a Flash (Flash 10) file.  In device central, I tested the app on a Droid Incredible emulation.  The devices I've tested on are an HTC Inspire (AT&T) and an HTC Thunderbolt (Verizon).
    So, I know there's no way for someone to take my limited description above and say "this is your problem".  Again, I'm just hoping for some general tips along the lines of "try publishing in a different version of Flash".
    Any suggestions for where I should start digging? 
    Thanks in advance!
    Joel

    Sign out of the store on your phone, then sign back in. Note having content from more than one country's store may complicate the process of updating apps and downloading past purchases.
    tt2

  • Adobe Reader for Android to work with dynamic XML PDF forms?

    Any possibility that Reader for Android will ever work with dynamic XML PDF forms created by Abobe Acrobat Pro?

    GoodReader ($4.99), ezPDF Reader ($2.99) and PDF Expert ($9.99) are well rated and support many more features.
    Here a link for your reference: http://indesignsecrets.com/for-interactive-pdf-not-all-readers-are-equal.php

Maybe you are looking for

  • Help me with Hp Probook 4515s, xin giúp tôi (Vietnamese)

    Hi everybody! (Sorry with my English) Tôi đã cài Archlinux x86_64 trên máy tính xách tay Hp Probook 4515s của tôi. Sau khi cài xong, khởi động lại thì máy tính bị treo. Tôi cũng đã thử với OpenSUSE và Debian, thì thấy vấn đề ở Ethernet card (Marvell)

  • Restoring backed up itunes library - itunes cant find my music HELP

    Hi guys, Im hoping someone can help me as im currently puling my hair out... Just bought myself a new laptop after my old system got a virus, i followed apples guid to backing up my music to an external hard drive and can confirm all my music is safe

  • Importing packages from other projects

    Hey Folks, I have an abstract class in one project called Test, and I want a class in project Test2 to extend it. How do I figure out the proper name of the package that the abstract class is in to import it into the second project? Thanks, Tav

  • ITunes isn't identifying any of my devices

    iTunes was working yesterday but now when I plug in any of my devices it buzz's and says it is charged but iTunes does not come up. I have already uninstalled and reinstalled iTunes but the problem is still occuring. Thanks

  • Question about MapListener behavior

    can any body tell me about MapListener behavior when it in distributed cache model and in replicated cache model. when i type some code implement MapListener interface to change another NamedCache(named 'log') element, but MapListener.entryUpdated ru