Rockbox Technical Forums

Rockbox Development => Starting Development and Compiling => Topic started by: halonachos117 on September 13, 2016, 09:54:24 PM

Title: Issues making 2560x1440 build for Galaxy S6
Post by: halonachos117 on September 13, 2016, 09:54:24 PM
Hello, I'm trying to compile Rockbox for my Galaxy S6, since I can't find any 2560x1440 builds. However, I can't seem to figure out why the build isn't working. This has been driving me up the wall for the last several hours, now.

I'm running Ubuntu 16.06 (32-bit version), and have downloaded Android SDK and NDK. I'm so close to being done, but I just can get past that one stupid hurtle: make apk. When I attempt to run make apk, I get this:

Quote
AAPT bin/resources.ap_
ERROR: Asset package include '/path/to/android-sdk/platforms/android-19/android.jar' not found.
/path/to/rockbox-build/android/android.make:89: recipe for target '/path/to/rockbox-build/build/bin/resources.ap_' failed
make: *** [/home/tyler/Desktop/rb-build/rockbox/build/bin/resources.ap_] Error 1

Where the heck is this android.jar file? It doesn't seem to exsist in the Android SDK, the Android NDK, or in the Rockbox code. Is there a way to complete the final step of making the APK without android.jar?

-Thank you all in advanced.
Title: Re: Issues making 2560x1440 build for Galaxy S6
Post by: [Saint] on September 14, 2016, 10:28:35 PM
You didn't install the Android 19 platform, or did but managed to miss the JDK and JRE, but this is incidental as there is no path for running Rockbox on this device even if you did and did manage a successful compile.


[Saint]