Android 在 Oneplus X 上使用 Delphi 开发:如何?
Android developement with Delphi on One Plus X: how to?
我拥有 Delphi 10 Seattle,我正在努力为 Android 开发设置我的 IDE。
我的phone是一加X
我浏览了 embarcadero 网站上的文档,特别是 this page
我已经完成了第 (6) 点,但第 (7) 点不正常:我没有看到我的设备。
我多次尝试检查所有要点,我还确保 运行 具有提升权限的资源管理器以确保一切安装正常。无论如何,当我选择 Android 作为目标平台时,无法在 "Target" 文件夹中看到我的 phone。
有没有人设法使用 One Plus X(及其驱动程序)在 Delphi 西雅图进行 Android 开发?
我用这个driver做一加X的USB驱动,安装没有报错
第 n 次重试后,我的经理确实看到了我的 phone。
循序渐进就成功了this guide:
Start the Android SDK Manager by selecting Start | All Programs | Embarcadero RAD Studio | Android SDKs | Android Tools
Caution: Use only the Android SDK Manager that is available in the Android Tools node on the Start menu.
Do not use any other Android SDK Manager that might be installed elsewhere on your system.
A command window opens, and then the Android SDK Manager opens.
在 Android SDK 管理器中:
- 向下滚动到 附加内容。
- Select Google USB 驱动程序.
- 清除所有其他复选标记,例如 Android 4.3 和 Tools 部分中的自动复选标记。
Note: We recommend that you do not install additional libraries or updates except as distributed by RAD Studio.
- 单击安装 1 个程序包。
启动您的 Android 设备并通过 USB 电缆将其连接到您的开发系统。
- 在系统控制面板中,搜索select"update device drivers"以打开设备管理器.
- 在设备管理器中,找到并右键单击您的Android设备,然后select更新驱动程序软件.
- 在更新驱动程序软件对话框中,浏览至Android SDK目录中的\extras文件夹,然后select 与您的 Android 设备匹配的文件夹。 (例如,select google 适用于 Nexus 7 或 Nexus 10 平板电脑。)然后单击 确定 。
Note: This is the location of the Google USB driver in our default Android SDK installation: C:\Users\Public\Documents\Embarcadero\Studio.0\CatalogRepository\AndroidSDK-<Version>\extras\google\usb_driver
.
OnePlus 添加到列表中:
我拥有 Delphi 10 Seattle,我正在努力为 Android 开发设置我的 IDE。
我的phone是一加X
我浏览了 embarcadero 网站上的文档,特别是 this page
我已经完成了第 (6) 点,但第 (7) 点不正常:我没有看到我的设备。
我多次尝试检查所有要点,我还确保 运行 具有提升权限的资源管理器以确保一切安装正常。无论如何,当我选择 Android 作为目标平台时,无法在 "Target" 文件夹中看到我的 phone。
有没有人设法使用 One Plus X(及其驱动程序)在 Delphi 西雅图进行 Android 开发?
我用这个driver做一加X的USB驱动,安装没有报错
第 n 次重试后,我的经理确实看到了我的 phone。
循序渐进就成功了this guide:
Start the Android SDK Manager by selecting Start | All Programs | Embarcadero RAD Studio | Android SDKs | Android Tools
Caution: Use only the Android SDK Manager that is available in the Android Tools node on the Start menu. Do not use any other Android SDK Manager that might be installed elsewhere on your system. A command window opens, and then the Android SDK Manager opens.
在 Android SDK 管理器中:
- 向下滚动到 附加内容。
- Select Google USB 驱动程序.
- 清除所有其他复选标记,例如 Android 4.3 和 Tools 部分中的自动复选标记。
Note: We recommend that you do not install additional libraries or updates except as distributed by RAD Studio.
- 单击安装 1 个程序包。
启动您的 Android 设备并通过 USB 电缆将其连接到您的开发系统。
- 在系统控制面板中,搜索select"update device drivers"以打开设备管理器.
- 在设备管理器中,找到并右键单击您的Android设备,然后select更新驱动程序软件.
- 在更新驱动程序软件对话框中,浏览至Android SDK目录中的\extras文件夹,然后select 与您的 Android 设备匹配的文件夹。 (例如,select google 适用于 Nexus 7 或 Nexus 10 平板电脑。)然后单击 确定 。
Note: This is the location of the Google USB driver in our default Android SDK installation:
C:\Users\Public\Documents\Embarcadero\Studio.0\CatalogRepository\AndroidSDK-<Version>\extras\google\usb_driver
.
OnePlus 添加到列表中: