我到处都是,似乎没人能得到我的错误代码,我花了很多时间安装Apache Ant,设置ANT_HOME(Visual Studio说ANT_HOME为空),但无论如何。尝试为Android C++编译本机 Activity 应用程序时,这是我的错误

Error MSB3073   The command ""\bin\ant.bat" debug -Dout.final.file="c:\users\trevin\documents\visual studio 2015\Projects\Android1\Android1\Android1.Packaging\x86\Debug\Android1.apk"" exited with code 3. Android1.Packaging  C:\Program Files (x86)\MSBuild\Microsoft\MDD\Android\V140\Android.Common.targets    378

这是我的输出日志:
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
ANT_HOME=
JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_55
java.home=
NDK_ROOT=C:\ProgramData\Microsoft\AndroidNDK64\android-ndk-r10e\
ANDROID_NDK_HOME=C:\ProgramData\Microsoft\AndroidNDK64\android-ndk-r10e\
The system cannot find the path specified.
*Errorcode from above*
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

我一直坚持这个问题已有2个星期了,现在一直在不断进行研究,但是我找不到其他人遇到此错误代码,甚至找不到在哪里找到解决方法,因此我决定去询问。

最佳答案

您需要在工具->选项->跨平台-> C++-> Android中设置Ant路径
这为我解决了错误

08-17 21:36