使用命令行创建android项目时出现问题
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它的 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.