-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FWB doesnt get compiled...missing definitions #1
Comments
arnodorian-r
changed the title
FWB doesnt get compiled...missing declarations
FWB doesnt get compiled...missing definitions
Jul 17, 2021
Same Issue |
Did it boot?
…On Mon, 9 Aug, 2021, 4:48 pm MUHAMMAD HAMZA MUSHTAQ, < ***@***.***> wrote:
FAILED:
out/soong/.intermediates/frameworks/base/core/res/framework-res/android_common/package-res.apk
out/soong/.intermediates/frameworks/base/core/res/frame>
rm -rf
out/soong/.intermediates/frameworks/base/core/res/framework-res/android_common/gen/aapt2/R
&& out/soong/host/linux-x86/bin/aapt2 link -o out/soong/.int>
frameworks/base/core/res/res/values/custom_symbols.xml:57: error: no
definition for declared symbol
'android:array/custom_config_globalActionsList'.
frameworks/base/core/res/res/values/custom_symbols.xml:60: error: no
definition for declared symbol 'android:id/aerr_copy'.
frameworks/base/core/res/res/values/custom_symbols.xml:48: error: no
definition for declared symbol
'android:integer/config_screenRecorderMaxFramerate'.
frameworks/base/core/res/res/values/custom_symbols.xml:55: error: no
definition for declared symbol 'android:string/reboot_message'.
frameworks/base/core/res/res/values/custom_symbols.xml:54: error: no
definition for declared symbol 'android:string/reboot_title'.
frameworks/base/core/res/res/values/custom_symbols.xml:53: error: no
definition for declared symbol
'android:string/reboot_to_bootloader_message'.
frameworks/base/core/res/res/values/custom_symbols.xml:52: error: no
definition for declared symbol 'android:string/reboot_to_bootloader_title'.
frameworks/base/core/res/res/values/custom_symbols.xml:51: error: no
definition for declared symbol 'android:string/reboot_to_recovery_message'.
frameworks/base/core/res/res/values/custom_symbols.xml:50: error: no
definition for declared symbol 'android:string/reboot_to_recovery_title'.
frameworks/base/core/res/res/values/custom_symbols.xml:62: error: no
definition for declared symbol 'android:string/url_copy_failed'.
frameworks/base/core/res/res/values/custom_symbols.xml:61: error: no
definition for declared symbol 'android:string/url_copy_success'.
*FIX:*
add following to *frameworks/base/core/res/res/values/strings.xml*
Rebooting system...
Reboot
Copy crash log URL
Bootloader
Rebooting to bootloader...
Rebooting to recovery...
Recovery
An error occured while uploading the log to dogbin
URL copied successfully
and *frameworks/base/core/res/res/values/custom_config.xml*
0
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOJDVU4XFL6GIRZIAW4OK7DT362OPANCNFSM5AQ6B5NA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
managed to solve this problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FAILED: out/soong/.intermediates/frameworks/base/core/res/framework-res/android_common/package-res.apk out/soong/.intermediates/frameworks/base/core/res/frame>
rm -rf out/soong/.intermediates/frameworks/base/core/res/framework-res/android_common/gen/aapt2/R && out/soong/host/linux-x86/bin/aapt2 link -o out/soong/.int>
frameworks/base/core/res/res/values/custom_symbols.xml:57: error: no definition for declared symbol 'android:array/custom_config_globalActionsList'.
frameworks/base/core/res/res/values/custom_symbols.xml:60: error: no definition for declared symbol 'android:id/aerr_copy'.
frameworks/base/core/res/res/values/custom_symbols.xml:48: error: no definition for declared symbol 'android:integer/config_screenRecorderMaxFramerate'.
frameworks/base/core/res/res/values/custom_symbols.xml:55: error: no definition for declared symbol 'android:string/reboot_message'.
frameworks/base/core/res/res/values/custom_symbols.xml:54: error: no definition for declared symbol 'android:string/reboot_title'.
frameworks/base/core/res/res/values/custom_symbols.xml:53: error: no definition for declared symbol 'android:string/reboot_to_bootloader_message'.
frameworks/base/core/res/res/values/custom_symbols.xml:52: error: no definition for declared symbol 'android:string/reboot_to_bootloader_title'.
frameworks/base/core/res/res/values/custom_symbols.xml:51: error: no definition for declared symbol 'android:string/reboot_to_recovery_message'.
frameworks/base/core/res/res/values/custom_symbols.xml:50: error: no definition for declared symbol 'android:string/reboot_to_recovery_title'.
frameworks/base/core/res/res/values/custom_symbols.xml:62: error: no definition for declared symbol 'android:string/url_copy_failed'.
frameworks/base/core/res/res/values/custom_symbols.xml:61: error: no definition for declared symbol 'android:string/url_copy_success'.
The text was updated successfully, but these errors were encountered: