JGSimard Posted March 12, 2013 Share Posted March 12, 2013 I have a problem with the first step of (Skin build process). When I type ant, I receive this errorTarget "clean" does not exist in the project "Poweramp-Classic-Skin". It is used from target "jar"I read about ant for a week ... I always hang at the same place.thank you in advanceProject files : http://www.mediafire...0ba5e184028u7e1five errors in eclipse at the build.xml : http://img15.hosting...99Sanstitre.jpgbuild.xml Link to comment https://forum.powerampapp.com/topic/4548-erros-in-buildxml-please-help-me/ Share on other sites More sharing options...
titanic_fanatic Posted March 19, 2013 Share Posted March 19, 2013 I noticed in your build.xml that the declaration for xml is not included:<?xml version="1.0" encoding="UTF-8"?>This should be the very first line in any xml file... Maybe this is the cause. Also, I don't think it's a cause of your problems, but why did you physically specify the build.xml from the sdk instead of letting the vars take care of that... Change the following:<!-- version-tag: custom --><import file="D:/Android/AndroidSDK/sdk/tools/ant/build.xml" />to<!-- version-tag: custom --><import file="${sdk.dir}/tools/ant/build.xml" />The var ${sdk.dir} should automatically be replaced with the path to your android sdk if you have correctly set it up on your system.One last thing, you are trying to run this from console right, and not from within eclipse... Eclipse is not supported for building/running Poweramp skins with ant. As stated in the quick start guide, eclipse will point out non-existent errors and won't work. Eclipse in this situation is only a glorified text editor... I suggest Notepad++ as it isn't a resource hog like eclipse and eclipse is kind of overkill for developing Poweramp skins. Link to comment https://forum.powerampapp.com/topic/4548-erros-in-buildxml-please-help-me/#findComment-17710 Share on other sites More sharing options...
Abdul Posted August 4, 2013 Share Posted August 4, 2013 you remind me abt soo many yers ago...oh my! Link to comment https://forum.powerampapp.com/topic/4548-erros-in-buildxml-please-help-me/#findComment-19458 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.