5 ms·
I thought that was strange as well. Any phone or tablet app in the Play Store that uses native code will not be compatible. I'm guessing they did this to make i
by brucehart 12y ago
I thought that was strange as well. Any phone or tablet app in the Play Store that uses native code will not be compatible. I'm guessing they did this to make it more attractive to game developers. PlayStation, XBox, and PC are now all x86 platforms. Makes it easier for top game studios to also target Google Player if it runs the same architecture.
- baq 12y agoactually, 99% of native apps should work flawlessly _on the condition_ that they're downloaded from the Play Store. intel has something called the Houdini for AOT binary translation: http://stackoverflow.com/a/13005569/38749 http://stackoverflow.com/a/13005569/38749
- brucehart 12y agoInteresting! I didn't know that Intel had such a feature. Most vanilla apps will run fine on any Android JVM, but I was wondering how Intel was going to support apps that use the native interface.