Earlier quoted context omitted.
Most apps ship with multiple binaries for the appropriate architecture. For those apps that don't have the necessary binaries the native code will be translated on the fly to the host architecture instruction set. Since Chromebook's are significantly faster than smartphones the small performance hit shouldn't be noticeable.
Source? On Android and under ARC you're SOL if an NDK app doesn't provide binaries for your architecture. This is rarely an issue though, as most apps just opt to ship with binaries compiled for every supported ABI. https://developer.android.com/ndk/guides/abis.html
Play Store and Android Apps Coming to Chromebooks
31–40 of 208 posts
Re: Play Store and Android Apps Coming to Chromebooks
#32This is great!!! I wonder if it will be possible to install the Play Store in Chromium OS. I know that Chromium has some support for installing Android .apk files.
/s
Re: Play Store and Android Apps Coming to Chromebooks
#33I'm curious just on the technical side, what does this mean for the many apps that include ARM code? (i.e. apps that use the NDK) Will there be some emulation, or do apps generally ship with multi architecture? Edit: Ok, the answer is, both. Thanks ;)
2.) For those that don't, libhoudini does an ok job even on slower phones. On faster chromebooks that shouldn't be an issue at all.
Re: Play Store and Android Apps Coming to Chromebooks
#34Earlier quoted context omitted.
Most apps ship with multiple binaries for the appropriate architecture. For those apps that don't have the necessary binaries the native code will be translated on the fly to the host architecture instruction set. Since Chromebook's are significantly faster than smartphones the small performance hit shouldn't be noticeable.
There are also many Arm Chromebooks.
Re: Play Store and Android Apps Coming to Chromebooks
#35Earlier quoted context omitted.
Most apps ship with multiple binaries for the appropriate architecture. For those apps that don't have the necessary binaries the native code will be translated on the fly to the host architecture instruction set. Since Chromebook's are significantly faster than smartphones the small performance hit shouldn't be noticeable.
"For those apps that don't have the necessary binaries the native code will be translated on the fly to the host architecture instruction set" How would this happen?
Re: Play Store and Android Apps Coming to Chromebooks
#36This is a big move and will majorly impact desktop / laptop computing. Now the entire ecosystem of Android apps (even Microsoft Office, Snapchat, Photoshop Express) is going to be available, and arguably this platform is much more complete than say, Universal Apps (Microsoft)
All mobile applications, regardless of platform, are inherently crippled. It's not as bad as iOS (at least there are user-accessible generic files...), but there's still a lot of stuff that's crippled because of crap like "simplicity" or "we don't have enough screen real estate".
Re: Play Store and Android Apps Coming to Chromebooks
#37I'm curious just on the technical side, what does this mean for the many apps that include ARM code? (i.e. apps that use the NDK) Will there be some emulation, or do apps generally ship with multi architecture? Edit: Ok, the answer is, both. Thanks ;)
I'm not an expert in this field, but I did want to say that I had an Asus Zenfone 2 (x86 phone) for a brief time, and app compatibility was never an issue. I ran into 0 apps that I couldn't run.
Re: Play Store and Android Apps Coming to Chromebooks
#38No support for the original Pixel? It's more powerful than quite a few on the list. Damn.
Mine feels like it's slowly turning into a paperweight. :\
Maybe surf around the XDA forums and see if anyone has insight into the matter: http://forum.xda-developers.com/hardware-hacking/chromebooks
Re: Play Store and Android Apps Coming to Chromebooks
#39While this is a great step forward, I am disappointed in the list of chromebooks supported. I looked over the list and cannot find a common thread as to what is supported and what isn't. Does anyone know? My Acer C720 with an i3 isn't on the list, but my Toshiba Chromebook 2 with lesser specs is on the list.
Three Chromebooks are supported initially including the Pixel 2015. Other Chromebooks will be supported later this year. Source: https://support.google.com/chromebook/answer/6401474
Re: Play Store and Android Apps Coming to Chromebooks
#40Earlier quoted context omitted.
"For those apps that don't have the necessary binaries the native code will be translated on the fly to the host architecture instruction set" How would this happen?
Via an ARM/Android emulator? There's already one in the android development suite.