在哪个文件中为 android 定义了目标?
android源代码中的哪里定义了用于编译的目标Java Dex Jar等?是否有用于此目的的build.xml等?当我使用命令“制作目标”时,我也看不到姜饼的目标列表。出现“没有制作目标的规则”错误!!也如何解决此问题,
提前致谢
Where in the source code of android are the targets Java Dex Jar etc defined for compilation?Is there any build.xml etc for this puurpose? When I use the command 'make targets' I do not see the list of targets as well for gingerbread.'No rule to make targets' error appears!!How to resolve this as well
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查项目文件夹中的default.properties。这是我知道 android 寻找目标的唯一地方。通常是 android-8、android-9 等。
check in default.properties in your project folder. That is the only place i know where android looks for targets. typically it is android-8, android-9 etc..