franczx / android-file-dialog

Automatically exported from code.google.com/p/android-file-dialog
0 stars 0 forks source link

Cannot build with ant and netbeans due to lack of build.xml #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Trying to build my project from the commandline with ant, get the following 
result:

E:\Documents\Java\android\proj>ant debug
Buildfile: E:\Documents\Java\android\proj\build.xml

-set-mode-check:

-set-debug-files:

-set-debug-mode:

-debug-obfuscation-check:

-setup:
     [echo] Gathering info for androsm...
    [setup] Android SDK Tools Revision 15
    [setup] Project Target: Android 2.2
    [setup] API level: 8
    [setup]
    [setup] ------------------
    [setup] Resolving library dependencies:
    [setup] E:\Documents\Java\android\proj: ../android-file-dialog/FileExplorer => E:\Documents\Java\android\android-
file-dialog\FileExplorer
    [setup] ------------------
    [setup] Ordered libraries:
    [setup] E:\Documents\Java\android\android-file-dialog\FileExplorer
    [setup] ------------------
    [setup]

-build-setup:
     [echo] Building Libraries

BUILD FAILED
D:\ProgramsDevices\android-sdk-windows\tools\ant\build.xml:466: Invalid file: 
E:\Documents\Java\android\android-file-dialog\FileExplorer\build.xml

Total time: 1 second
_________________
It seems build.xml is required but is not found in library project.

Original issue reported on code.google.com by positro...@gmail.com on 12 Mar 2012 at 8:06

GoogleCodeExporter commented 8 years ago
BTW, building from eclipse seems ok.

Original comment by positro...@gmail.com on 12 Mar 2012 at 8:07