在ubuntu终端中使用ANT生成apk

时间:2015-04-21 06:52:36

标签: android ubuntu ant terminal

我正在尝试通过终端使用Ant生成动态APK。我找不到&build; build.XML'在我的系统中。我试过这个命令, 终端ant debug

但是我得到了这样的错误:

Buildfile: build.xml does not exist!
Build failed

我尝试了这个命令android update project -t android-10 -p,但是 我得到这样的错误:
android: command not found.

1 个答案:

答案 0 :(得分:2)

您需要确保已将android工具添加到PATH

例如,您可以暂时执行此操作:

export PATH=$PATH:/path/to/android-sdk/tools

假设Android SDK工具安装在/path/to/android-sdk/tools