Just like we saw the other day, compiling is not always a simple task. At least, not for a simpleton like myself. A knowledgeable or intelligent person would simply go through everything and set everything up proper prior to the first run. I do try to do that, but evidently I am still learning and miss things. Here is another snippet from my terminal, for the third compiling run:

[CODE]
warning: string ‘transient_navigation_confirmation_long’ has no default translation.
warning: string ‘use_physical_keyboard’ has no default translation.
warning: string ‘wifi_display_notification_disconnect’ has no default translation.
warning: string ‘wifi_display_notification_message’ has no default translation.
warning: string ‘wifi_display_notification_title’ has no default translation.
Note: external/jsilver/src/org/clearsilver/FactoryLoader.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Failed to generate resource table for split ”
device/samsung/qcom-common/overlay/frameworks/base/core/res/res/values/arrays.xml:26: error: Error: No resource found that matches the given name (at ‘^index_2’ with value ‘@string/reboot_download’).

make: *** [/home/alaskalinuxuser/Documents/projects/phones/compile/aokp5/out/target/common/obj/APPS/framework-res_intermediates/package-export.apk] Error 1
make: *** Deleting file `/home/alaskalinuxuser/Documents/projects/phones/compile/aokp5/out/target/common/obj/APPS/framework-res_intermediates/package-export.apk’
make: *** Waiting for unfinished jobs….
[/CODE]

Again, it is an overlay problem with values. So, after some research, and not being knowledgeable enough to fix the error, I ended up removing the arrays.xml file, hoping to edit it back in later.

Linux – Keep it simple.

Leave a Reply

Your email address will not be published. Required fields are marked *