蚂蚁调试和sdk.dir [英] ant debug, and sdk.dir

查看:309
本文介绍了蚂蚁调试和sdk.dir的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个问题产生了A​​ndroid APK文件。

I have a problem to generate the Android APK file.

当我运行蚂蚁调试编制工作很好,但是当我运行蚂蚁调试

When I run ant debug compilation work fine, but when I run ant debug

我有以下错误:

iMac:proj.android smartmind$ ant debug
Buildfile: /Users/smartmind/Works/Smallthing/cocos2d-x/samples/HelloCpp/proj.android/build.xml

BUILD FAILED
/Users/smartmind/Works/Smallthing/cocos2d-x/samples/HelloCpp/proj.android/build.xml:46: sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var

Total time: 0 seconds

我不知道是什么问题。

I don't know what is problem.

推荐答案

您的项目应该有一个 local.properties sdk.dir文件行指向安装了你的Andr​​oid SDK:

Your project should have a local.properties file with an sdk.dir line that points to where your Android SDK is installed:

# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.

# location of the SDK. This is only used by Ant
# For customization when using a Version Control System, please read the
# header note.
sdk.dir=/opt/android-sdk-linux_x86

要创建这个文件,如果它不存在,运行 Android的更新项目-p ... 其中 ... 是路径到你的项目。

To create this file if it does not exist, run android update project -p ... where the ... is the path to your project.

这篇关于蚂蚁调试和sdk.dir的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆