【问题标题】:Android Application does not support this deviceAndroid 应用程序不支持此设备
【发布时间】:2015-03-11 04:02:40
【问题描述】:

我正在尝试使用 Delphi Xe7 开发一个简单的应用程序,只需一个“Hello World”。该程序正确编译并正确执行,但 avd 模拟器显示“应用程序不支持此设备”。该应用程序出现在 avd 中。

我尝试过从 2.3 到 4.4 的不同 android 版本,但都出现了相同的问题。

【问题讨论】:

    标签: android delphi delphi-xe avd delphi-xe7


    【解决方案1】:

    您的 AVD 不满足 Delphi Android 应用程序的硬件要求。阅读Embarcadero's documentation,以及Delphi Wikia page(列出的设备比Embarcadero 更多)。

    【讨论】:

      【解决方案2】:

      如果您的设备满足所有条件但消息再次显示。 你可以试试:

      1. In the Delphi IDE, open the Deployment Manager (Project -> Deployment), and locate the following entry:
        Local Name: libnative-activity.so 
        Remote Path: library\lib\armeabi\ 
      2. Uncheck the entry to prevent deployment of this file.
      

      来源:Application does not support this device

      【讨论】:

        猜你喜欢
        • 2018-07-02
        • 2022-10-07
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2018-05-13
        • 1970-01-01
        • 2014-06-05
        相关资源
        最近更新 更多