Thank you for your response.
The weird thing is, I can get all through CMAKE so it has the Android tools 
(SDK/NDK) or it wouldn't get here.
It is failing in the build.xml in the make
I've put some echos in the build.xml to print out the paths. The odd thing is 
it appears some are not ever set. How does this ever work if this is a variable 
that is never initialzied?


    [echo] Library folder: '${project.library.folder.path}' ///////// Here you 
can see the variable, not the value, is coming through in the echo

nodeps:

-set-mode-check:

-set-debug-files:

.....
     [echo] Handling RenderScript files...
     [echo] ----------
     [echo] Handling Resources...
     [echo] Library res folder: '${project.library.res.folder.path}'  ///////// 
Here you can see the variable, not the value, is coming through in the echo
     [echo] project libraries: '${project.library.packages}'          ///////// 
Here you can see the variable, not the value, is coming through in the echo
     [echo] Library r file: '${project.library.bin.r.file.path}'      ///////// 
Here you can see the variable, not the value, is coming through in the echo
     [echo] bin folder: '/home/scott/FreeRDP/client/Android/FreeRDPCore/bin'   
//// You can see here the variable IS set because it comes through
     [echo] res folder: 
'/home/scott/FreeRDP/client/Android/FreeRDPCore/bin/res'  /// Same here
     [aapt] Generating resource IDs...

BUILD FAILED
/home/scott/adt/sdk/tools/ant/build.xml:602: The following error occurred while 
executing this line:
/home/scott/adt/sdk/tools/ant/build.xml:654: The following error occurred while 
executing this line:
/home/scott/adt/sdk/tools/ant/build.xml:704: 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)
        at 
org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:862)
....
Thanks,
Mike
-----Original Message-----
From: Bernhard Miklautz [mailto:bernhard.mikla...@shacknet.at]
Sent: Mon 3/10/2014 12:52 PM
To: Michael Lee
Cc: freerdp-devel@lists.sourceforge.net
Subject: Re: [Freerdp-devel] aFreeRDP build.xml error
 
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