In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces the relevant knowledge of "ubuntu compiling android source code how to debug", the editor shows you the operation process through an actual case, the method of operation is simple and fast, and practical. I hope this article "ubuntu compiling android source code how to debug" can help you solve the problem.
1. Install openjdk8
Sudo add-apt-repository ppa:openjdk-r/ppasudo apt-get updatesudo apt-get install openjdk-8-jdk
2 if there are multiple java versions in your computer, you can select openjdk-8 with the following command
Sudo update-alternative-config javasudo update-alternative-config javac
2. Install dependent libraries
Sudo apt-get install libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-dev g++-multilibsudo apt-get install-y git flex bison gperf build-essential libncurses5-dev:i386sudo apt-get install tofrodos python-markdown libxml2-utils xsltproc zlib1g-dev:i386sudo apt-get install dpkg-dev libsdl1.2-dev libesd0-devsudo apt-get install git-core gnupg flex bison gperf build-essentialsudo apt-get install zip curl zlib1g-dev gcc-multilib g++-multilibsudo apt-get install libc6-dev-i386sudo apt-get install lib32ncurses5-dev x11protot- Core-dev libx11-devsudo apt-get install libgl1-mesa-dev libxml2-utils xsltproc unzip m4sudo apt-get install lib32z-dev ccachesudo apt-get install libssl-dev
3. Start compilation
/ bin/bash: m4: command not found
[12% 12196 Compact 98404] Check module type: out/host/linux-x86/obj/STATIC_LIBRARIES/libsepol_intermediates/link_type
[12% 12197 Compact 98404] Export includes file:-out/host/linux-x86/obj/EXECUTABLES/sepolicy-analyze_intermediates/export_includes
[12% 12198 Blue98404] Import includes file: out/host/linux-x86/obj/EXECUTABLES/sepolicy-analyze_intermediates/import_includes
[12% 12199 Compact 98404] build out/target/product/sp7731e_1h10/sp7731e-1h10-native.dtb
[12% 12200 Compact 98404] Notice file: system/sepolicy/NOTICE-out/target/product/sp7731e_1h10/obj/NOTICE_FILES/src/recovery/root/sepolicy.txt
[12% 12201 / 98404] target StaticLib: libsprd_updater (out/target/product/sp7731e_1h10/obj/STATIC_LIBRARIES/libsprd_updater_intermediates/libsprd_updater.a)
[12% 12202 Universe 98404] Copy: out/target/product/sp7731e_1h10/kernel
Ninja: build stopped: subcommand failed.
FAILED: [W] [2020-11-11T18:19:35+0800] [2358] void cmdline::logParams (nsjconf_t *) (): 250Process will be UID/EUID=0 in the global user namespace, and will have user root-level access to files
[W] [2020-11-11T18:19:35+0800] [2358] void cmdline::logParams (nsjconf_t *) (): 260 Process will be GID/EGID=0 in the global user namespace, and will have group root-level access to files
18:19:47 ninja failed with: exit status 1
When you encounter this final error, pay attention to looking up at the base output.
This is the problem, such as my: / bin/bash: M4: command not found
Then download this instruction: sudo apt-get install M4
Then re-make and continue to execute.
(3) FAILED: out/target/product/fugu/obj/STATIC_LIBRARIES/libedify_intermediates/lexer.cpp
/ bin/bash-c "prebuilts/misc/linux-x86/flex/flex-2.5.39-oout/target/product/fugu/obj/STATIC_LIBRARIES/libedify_intermediates/lexer.cpp bootable/recovery/edify/lexer.ll"
Flex-2.5.39: loadlocale.c:130:_nl_intern_locale_data:?? 'cnt < (sizeof (_ nl_value_type_LC_TIME) / sizeof (_ nl_value_type_LC_ time [0]))'?
Aborted (core dumped)
[6% 3452 linux 56388] / / frameworks/base/libs/androidfw:libandroidfw clang++ ResourceTypes.cpp [linux]
Ninja: build stopped: subcommand failed.
09:56:41 ninja failed with: exit status 1
Remove all localized settings so that the command executes correctly, and bash executes:
Export LC_ALL=C
Export LC_ALL=C
To your .bashrc file under your home folder
4) error: ro.build.fingerprint cannot exceed 91 bytes
Change the build/tools/post_process_props.py file line PROP_VALUE_MAX = 91 to PROP_VALUE_MAX = 128,
# PROP_VALUE_MAX = 91
PROP_VALUE_MAX = 128,
Change bionic/libc/include/sys/system_properties.h file line # define PROP_VALUE_MAX 91 to # define PROP_VALUE_MAX 128
# define PROP_VALUE_MAX 91
# define PROP_VALUE_MAX 128
Change the frameworks/native/cmds/installd/installd_deps.h file line constexpr size_t kPropertyValueMax = 91u; to constexpr size_t kPropertyValueMax = 128u
# constexpr size_t kPropertyValueMax = 91u
Constexpr size_t kPropertyValueMax = 128u
This is the end of the introduction on "how to arrange errors in ubuntu compiling android source code". Thank you for reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.