# 开发您的第一个应用程序

Source: [https://docs.qualcomm.com/doc/80-70014-51Y/topic/content-develop-your-first-application.html](https://docs.qualcomm.com/doc/80-70014-51Y/topic/content-develop-your-first-application.html)

您可以将应用程序创建为独立的 Makefile 项目，也可以将其集成到 eSDK 的 `devtool` 环境中。

在开始之前，检查是否已按照 [下载 eSDK](https://docs.qualcomm.com/doc/80-70014-51Y/topic/install-sdk.html#install-sdk__section_b5c_z3k_5bc) 所述安装 eSDK。

- **[使用 Makefile 方法进行开发](https://docs.qualcomm.com/doc/80-70014-51Y/topic/develop-using-makefile-method.html)**  

使用 Hello-QIM 示例程序体验 Qualcomm Linux 平台的功能。示例程序托管在 [GitHub](https://github.com/quic/sample-apps-for-qualcomm-linux)上。
- **[使用 devtool 方法进行开发](https://docs.qualcomm.com/doc/80-70014-51Y/topic/develop-using-devtool-method.html)**  

eSDK 提供了用于创建或定制应用程序的 [devtool](https://docs.yoctoproject.org/ref-manual/devtool-reference.html#getting-help) 工具。此过程需要clone现有应用程序，然后将其编译为新应用程序。

**Parent Topic:** [开发应用程序](https://docs.qualcomm.com/doc/80-70014-51Y/topic/application-development.html)

Last Published: Aug 22, 2024

[Previous Topic
开发应用程序](https://docs.qualcomm.com/bundle/publicresource/80-70014-51Y/topics/application-development.md) [Next Topic
使用 Makefile 方法进行开发](https://docs.qualcomm.com/bundle/publicresource/80-70014-51Y/topics/develop-using-makefile-method.md)