使用命令行创建android项目时出现问题

发布于 2024-11-01 20:20:18 字数 325 浏览 2 评论 0原文

android create project \
    --package com.example.helloandroid \
    --activity HelloAndroid \ 
    --target 2 \
    --path <path-to-your-project>/HelloAndroid 

你好,

我在 android 的开发者网站上发现了这个。你能告诉我上面命令中的 target 2 是什么意思吗?

我想指定不同的目标,但无法

在 adv 中找到与 tagets Thnx 映射的代码。

android create project \
    --package com.example.helloandroid \
    --activity HelloAndroid \ 
    --target 2 \
    --path <path-to-your-project>/HelloAndroid 

Hi

I came across this in the developers site for android.Can you plz tell me what does target 2 mean in the above commands.

I want to specify different targets but not able to find the codes mapped with tagets

Thnx in adv.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无所的.畏惧 2024-11-08 20:20:18

它的 API 级别(1.5、2.1、2.3...)
执行 android list 目标来查看 ID,它们取决于您安装的 API SDK,它们不是全局标识符。
编辑:我认为您还可以使用 android-2、android-5...它们是全局的。

It's API level (1.5, 2.1, 2.3...)
Do android list targets to see the IDs, they depend on what API SDKs you have installed, they're not global identifiers.
Edit: I think you can also use android-2, android-5... which are global.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文