I keep getting the following error message when I try to run any
android project.
/Documents/Development/SWDS/Client/nbproject/build-impl.xml:338:
Execute failed: java.io.IOException: Cannot run program "/Documents/
Development/SDK/android-sdk-linux/platforms/android-2.0_r01-linux/
tools/aapt" (in directory "/Documents/Development/SWDS/Client"):
java.io.IOException: error=2, No such file or directory
Have searched the web and found nothing of any use. The line in the
xml file is the second line here:
<target depends="init,-pre-pre-compile,-pre-compile" name="-res-
compile" unless="bootclasspath1.available">
<exec executable="${aapt}" failonerror="true"> // This line
here.
<arg value="package"/>
<arg value="-m"/>
<arg value="-J"/>
<arg value="${src.dir}"/>
<arg value="-M"/>
<arg value="AndroidManifest.xml"/>
<arg value="-S"/>
<arg value="${resource.dir}"/>
<arg value="-I"/>
<arg value="${platform.bootcp}"/>
</exec>
</target>
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en