Hi,

On Mon, Mar 10, 2014 at 12:34:10PM -0400, Michael Lee wrote:
> I'm trying to build the android version of FreeRDP.
> I'm all the way to the make and it is failing in the build.xml with a File 
> not found.
> 
> ....
>      [aapt] Generating resource IDs...
> 
> BUILD FAILED
> /home/scott/adt/sdk/tools/ant/build.xml:601: The following error occurred 
> while executing this line:
> /home/scott/adt/sdk/tools/ant/build.xml:653: The following error occurred 
> while executing this line:
> /home/scott/adt/sdk/tools/ant/build.xml:698: Execute failed: 
> java.io.IOException: Cannot run program 
> "/home/scott/adt/sdk/build-tools/19.0.1/aapt" (in directory 
> "/home/scott/FreeRDP/client/Android/FreeRDPCore"): java.io.IOException: 
> error=2, No such file or directory
>       at java.lang.ProcessBuilder.start(ProcessBuilder.java:488)
>       at java.lang.Runtime.exec(Runtime.java:612)
Looks like your build-tools are not (properly?) installed.
aapt is a part of build-tools 
http://developer.android.com/tools/revisions/build-tools.html

You can try to run the android update gui
/home/scott/adt/sdk/tools/android update sdk

and then check a version of "Android SDK Build-tools".

Best regards,
Bernhard

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to