Jump to content

Mercury

New Members
  • Posts

    2
  • Joined

  • Last visited

Mercury's Achievements

Newbie

Newbie (1/3)

  1. Hi all! Trying the skin SDK from here: https://github.com/maxmpz/powerampapi/tree/master/poweramp_skin_sdk I have dowloaded and copied `Poweramp-v3.apk` to project's root folder, and changed path in `app/build.gradle`. Currently it looks like this: ` aaptOptions { additionalParameters "--stable-ids", "stable-ids.txt", "--emit-ids", "stable-ids.txt", "--shared-lib", "-I", "./../../Poweramp-v3.apk" } But i cannot make it work, I always get this: AAPT: W/ziparchive(68291): Unable to open './../../Poweramp-v3.apk': No such file or directory error: failed to open APK: I/O error. Any help would be appreciated Thanks!
×
×
  • Create New...