Delphi Android Solution / ARM7 with NEON marketshare? [closed]

依然范特西╮ 提交于 2019-12-02 23:45:29

问题


When developing an app for Android using Delphi I need to know the market share it supports (for a customer)

The version requirements is okay ~roughly 99% af active phones: http://en.wikipedia.org/wiki/Android_version_history

But what is the marketshare of current Android telehpones in current use (or sold the last 3 or 4 years) that has ARM7+NEON?

And is there any way to e.g. run Delphi apps on Android without NEON?


回答1:


Delphi currently produces applications that can only run on ARMv7 + NEON processors. There is no way around that limitation.

There is QC report for supporting processors without NEON [Android] Add support for processors without NEON and QC report for supporting Intel based Android devices [Android] [Intel] CPU/Processor compatibility

There have also been some experiments that prove Delphi compiled apps can run on Intel devices via ARM emulation Tomohiro Takahashi on Twitter: "FireMonkey app(for ARMv7) works on Intel-based ASUS ZenFone 4(Atom, Kitkat 4.4.2) "

Native Intel support is on the current Delphi roadmap scheduled for after 2014

Getting correct market shares based on CPUs is almost mission impossible, since Google does not provide CPU based statistics, like it does for Android versions, screen sizes and OpenGL versions: Android statistics



来源:https://stackoverflow.com/questions/27768971/delphi-android-solution-arm7-with-neon-marketshare

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!