Hyceate Posted January 26, 2015 Share Posted January 26, 2015 First time doing anything with Android. Go easy on me.After finding the solution for the missing debug.apk, I'm getting this error with ant jar.\skin_lib\skin_custom_rules.xml:62: Execute failed: java.io.IOException: Cannot run program "${skinlib.aapt}": CreateProcess error=2, The system cannot find the file specifiedThis error for apkpush, jarpush, and dist:\skin_lib\skin_custom_rules.xml:131: exec returned: 2which is referring to skinlib.appt line anyway, I believe. ;_; Quote Link to post Share on other sites
yuuki Posted January 26, 2015 Share Posted January 26, 2015 my guess is that you have a typo in the file name. Quote Link to post Share on other sites
Hyceate Posted January 26, 2015 Author Share Posted January 26, 2015 All I have done is change the local.properties, names for the package and author according to the quick start guide, and shoving in a skin_compat-debug.apk. It's also a copy of skin_template. So idk what's up.I'll try various things and see how it goes again. [echo] SKIN: Generating .java from the resources android=C:\Users\Jul\Documents\00\SDK\platforms\android-21\android.jar aapt=${skinlib.aapt} [echo] SKIN: generating extensionBUILD FAILEDC:\Users\Jul\Documents\00\Workspace\skin_lib\skin_custom_rules.xml:62: Execute failed: java.io.IOException: Cannot run program "${skinlib.aapt}": CreateProcess error=2, The system cannot find the file specifiedTotal time: 1 secondNot sure what's up. :/Wow support is slow. Oh well. Another project put on hold. Quote Link to post Share on other sites
Hyceate Posted January 28, 2015 Author Share Posted January 28, 2015 dist-shared works but everything else without -shared still has $(skinlib.appt) errors. It doesn't seem to be generating the file or whatever it needs for compiling. :/ Quote Link to post Share on other sites
maxmp Posted March 26, 2015 Share Posted March 26, 2015 In this case, most probably, you don't have specific ADT build tools version installed (http://forum.powerampapp.com/index.php?/topic/5047-poweramp-apiskin-sdk-update-2014-11-15/ - BOTH exactly 20.0.0 and 21.1.1 versions should be installed). To install them:- type "android" in console to open Android SDK Manager- check that Android SDK Build tools 20 and 21.1.1 installed. Install them if not- any other builds tools can be also installed, but skin sdk requires the "old" 20 to build pre-5.0 and 5.0 compatible skins (Google changed aapt tool a bit regarding resources packaging). Thanks! Quote Link to post Share on other sites
Hyceate Posted March 27, 2015 Author Share Posted March 27, 2015 In this case, most probably, you don't have specific ADT build tools version installed (http://forum.powerampapp.com/index.php?/topic/5047-Poweramp-apiskin-sdk-update-2014-11-15/ - BOTH exactly 20.0.0 and 21.1.1 versions should be installed). To install them:- type "android" in console to open Android SDK Manager- check that Android SDK Build tools 20 and 21.1.1 installed. Install them if not- any other builds tools can be also installed, but skin sdk requires the "old" 20 to build pre-5.0 and 5.0 compatible skins (Google changed aapt tool a bit regarding resources packaging). Thanks!Yeah I have both installed. :/ I don't know why it's not working out. I'll just have to keep trying. Quote Link to post Share on other sites
supershrek Posted April 2, 2015 Share Posted April 2, 2015 I solved the problem in this way: http://forum.powerampapp.com/index.php?/topic/5123-compiling-error-skin-compat-debugapk/(copied Poweramp-2.0.10-build-570-uni.apk in skin_kompat and renamed it skin_compat-debug.apk). Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.