在Android手机OS = 2.3.6上安装delphi app

时间:2013-10-03 16:57:11

标签: android delphi delphi-xe5

我使用delphi XE5和Android操作系统的移动支持运行一些试运行。我的移动设备是Android版本2.3.6。我知道usb调试器支持仅适用于android的4.x版本。无论如何,我可以在Android上使用Delphi XE 5安装我的编译器应用程序吗?我手动将文件复制到我的手机上?

我必须从计算机上取出哪个文件并安装在手机上?

1 个答案:

答案 0 :(得分:2)

根据David InterSimone following versions of Android are supported

there must be a GPU
the CPU must be ARMv7 with NEON instruction support

the OS on the target device must be one of:
GingerBread: Android 2.3.3+ (MR1 or later), which is API level 10
Ice Cream Sandwich: Android 4.0.3+ (MR1 or later), which is API level 15
Jelly Bean: Android 4.1+ (release, MR1, MR2 or later), 
  which are API levels 16, 17 and 18

所以你的版本不是问题 你的CPU也行。 您仍然需要检查手机是否有GPU。

根据Ken的评论,这里有如何查找和部署apk文件:
 http://docwiki.embarcadero.com/RADStudio/XE5/en/Deploying_Your_Unsigned_Android_Application