After the installation of my ant in my windows 7 . In cmd i typed ant -v it's given the ant version but it says the following also.
Buildfile: build.xml does not exist!
Build failed
What's the problem in the system. How i can rectify this issue?
|
|
|
You should use |
||||
|
|
|
If I understand correctly, you assumed that To answer your question explicitly: there is probably nothing wrong with both the system nor ant installation. |
||||
|
|
|
You have invoked Ant with the verbose (-v) mode but the default buildfile I would say your Ant installation is fine. |
||||
|
|
|
If you couldn't find the build.xml file in your project then you have to build it to be able to debug it and get your .apk you can use this command-line to build:
where "Project full path" -- Give your full path of your project location after this you will find the build.xml then you can debug it. |
||||
|
|
|
Please install at ubuntu openjdk-7-jdk
on Windows try find find openjdk |
||||
|
|
|
Using ant debug after building build.xml file : in your cmd your root should be your project at first then use the ant debug command e.g:
|
||||
|
|
|
There may be two situations.
Please see and confim the same.
In the case one you have to find where your build file is located and in the case 2, You will have to run command |
|||
|
|