distriqt / ANE-CustomResources

Android Custom Resources for AIR Applications
https://airnativeextensions.com
15 stars 4 forks source link

Target "build.xml" does not exist in the project "ane.build.core". #34

Closed flashomer closed 5 years ago

flashomer commented 5 years ago

Help, please. http://prntscr.com/lcotu8

marchbold commented 5 years ago

You need to run ant in the directory of the build.xml file located in the root of repository, not in the ant installation directory.

flashomer commented 5 years ago

located in the root of repository? Where is this located? (I use Windows 10)

marchbold commented 5 years ago

It's located wherever you have cloned or downloaded this repository to, you can see it here:

https://github.com/distriqt/ANE-CustomResources

flashomer commented 5 years ago

oke, i try but similar wrong. http://prntscr.com/ldf9r5

marchbold commented 5 years ago

Not sure about that one, looks like an issue with your environment. Google has a range of solutions for the missing tools.jar error, I suggest you have a look through them to see if any of those solutions work for you.

flashomer commented 5 years ago

I solved it and than result: http://prntscr.com/ldfpz7

marchbold commented 5 years ago

"build.xml" is not the name of a target in the ant script, just run ant as described in the docs:

https://github.com/distriqt/ANE-CustomResources#running-the-script

flashomer commented 5 years ago

Oke, thanks. Which sdk version do I need to download? http://prntscr.com/ldg8a4 http://prntscr.com/ldg7we http://prntscr.com/ldg802

flashomer commented 5 years ago

I solved the problem. Thank you. andorid sdk and air sdk move to the root file.

marchbold commented 5 years ago

Glad you solve the issue. Cheers