sixcoresecond Posted April 21, 2015 Share Posted April 21, 2015 Hello Guys, so... I've tried to create a custom theme for Poweramp and kinda failed at that in all ways...So far I got ant running, I got the Android SDK on my hard drive (I use it for normal android development also, and it works fine).I got thorugh the first steps of creating a custom theme from http://forum.powerampapp.com/index.php?/topic/3578-building-skins-quick-start-guide/ , but when I tried to compile it with ant (just the "ant" command) I get following error:Buildfile: E:\CODE\PowerampHoloMD\poweramp_skin_sdk\skin_template\build.xmlBUILD FAILEDE:\CODE\PowerampHoloMD\poweramp_skin_sdk\skin_template\build.xml:90: The following error occurred while executing this line:java.io.FileNotFoundException: C:\AndroidSDK (Zugriff verweigert // This means access denied) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(Unknown Source) at java.io.FileInputStream.<init>(Unknown Source) at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:250) at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:168) at org.apache.tools.ant.taskdefs.ImportTask.importResource(ImportTask.java:222) at org.apache.tools.ant.taskdefs.ImportTask.execute(ImportTask.java:163) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:435) at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:180) at org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:93) at org.apache.tools.ant.Main.runBuild(Main.java:826) at org.apache.tools.ant.Main.startAnt(Main.java:235) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)Total time: 0 secondsso... as far as I understand I don't have the permissions in order to read or use the android SDK. I've tried to copy it to another folder, same result. Tried to set all permissions manually through folder properties, same result. Same with deactivating the antivirus...I'm pretty helpless with that and because of this special use case there are little to no help sources so I thought to post it here even though it's not directly a PA skin problem... Link to comment https://forum.powerampapp.com/topic/7755-build-error-ant-androidsdk/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.