您好我正在尝试在 cmd 上运行“ant clean debug”命令。但我得到 null 返回:1 错误。
BUILD FAILED
C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:622: The following error occurred while executing this line:
C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:658: null returned: 1
<aapt executable="${aapt}"
command="package"
verbose="${verbose}"
manifest="${out.manifest.abs.file}"
androidjar="${project.target.android.jar}"
rfolder="${gen.absolute.dir}"
nonConstantId="${android.library}"
libraryResFolderPathRefid="project.library.res.folder.path"
libraryPackagesRefid="project.library.packages"
ignoreAssets="${aapt.ignore.assets}"
proguardFile="${out.absolute.dir}/proguard.txt">
<res path="${out.res.absolute.dir}" />
<res path="${resource.absolute.dir}" />
</aapt>
第 658 行:
proguardFile="${out.absolute.dir}/proguard.txt">
第 622 行:
elseText="hasCode = false. Skipping aidl/renderscript/R.java">
他们是谁知道这个问题的解决方案。