简体   繁体   中英

reset ant build.xml for run android test project

i think i've edited something wrong in the ant build.xml that is imported during the steps in this site

and when i try to

ant clean debug 

the task goes wrong. i'd like to know if is possible re-generate the build.xml contained into the eclipse adt boundle ant folder. Thank's

Go to your project path and run this command:

android update project --path .

That's it..

download the latest sdk tools from " http://developer.android.com/sdk/index.html " SDK Tools Only

ant-tasks.jar define the ant getbuildtools command,Your current version does not support verbose attribute, You can decompile ant-tasks.jar to see.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM