【发布时间】:2011-07-24 00:14:16
【问题描述】:
我使用 android 工具在命令行上创建了一个 android 项目。添加aidl文件后,在使用命令(ant debug projectname)编译时,它给出了arro“BUILD FAILED”
项目“MyIpc”中不存在目标“MyIpc”
【问题讨论】:
标签: java android debugging command-line ant
我使用 android 工具在命令行上创建了一个 android 项目。添加aidl文件后,在使用命令(ant debug projectname)编译时,它给出了arro“BUILD FAILED”
项目“MyIpc”中不存在目标“MyIpc”
【问题讨论】:
标签: java android debugging command-line ant
您应该只发出命令ant debug 而不是其他任何东西。 ant debug projectname 不正确。
【讨论】: