当前位置: 首页 > news >正文

做个人网站怎么赚钱免费做网站

做个人网站怎么赚钱,免费做网站,湖北省住房与城乡建设厅网站,重庆建设工程质量监督信息网Android车机DIY开发之软件篇(十一) NXP AutomotiveOS编译 Google 在汽车上也提供了用于汽车的 Google 汽车服务#xff08;GAS#xff0c;Google Automotive Service#xff09;#xff0c;包含有 Google 地图、应用市场、Google 汽车助理等等。Google 汽车服务同样没有开…Android车机DIY开发之软件篇(十一) NXP AutomotiveOS编译 Google 在汽车上也提供了用于汽车的 Google 汽车服务GASGoogle Automotive Service包含有 Google 地图、应用市场、Google 汽车助理等等。Google 汽车服务同样没有开源而是以软件包的形式提供给制造商。 目前国内汽车搭载的 Android 系统都是在标准的 Android Automotive OS 基础上对架构重新进行了定制及应用的本地化适配。 SystemUI 位置 /frameworks/base/packages/SystemUI CarSystemUI 位置 packages/apps/Car/SystemUI CarLuncher 位置packages/apps/Car/Launcher CarServices 位置packages/services/Car/service CarAPI 位置packages/Car/car-lib car-support-lib 编译镜像文件位置 device/generic/car/XXX.mk Android Studio for Platform 1. 下载地址 nxp下载地址 解压automotive-14.0.0_2.1.0.tar.gz 到 ~/. 2.在HOME执行 sudo rm -rf /usr/bin/python sudo ln -s /usr/bin/python2 /usr/bin/python git config --global user.name “赵川” git config --global user.emailzc1508890767gmail.com sudo apt-get install libqt5x11extras5 sudo dpkg -i nekoray-3.26-2023-12-09-debian-x64.deb 设置代理 git config --global http.proxy http://127.0.0.1:2081 git config --global https.proxy https://127.0.0.1:2081 浏览器登录https://android.googlesource.com/new-password并用gmail帐号登录 按网页上指示运行 谷歌镜像mkdir ~/bin curl https://storage.googleapis.com/git-repo-downloads/repo ~/bin/repo chmod ax ~/bin/repo export PATH${PATH}:~/bin source ~/imx-automotive-14.0.0_2.1.0/imx_android_setup.sh mkdir ~/bin curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo ~/bin/repo chmod ax ~/bin/repo export PATH${PATH}:~/bin export REPO_URLhttps://mirrors.tuna.tsinghua.edu.cn/git/git-repo/ source ~/imx-automotive-12.0.0_1.1/imx_android_setup.sh 基于清华大学镜像服务器修改 android_build/.repo/manifests/ 目录下 .xml 文件如下所示 fetchhttps://android.googlesource.com/改为fetchhttps://aosp.tuna.tsinghua.edu.cnreviewhttps://android-review.googlesource.com// defaultrevisionrefs/tags/android-14.0.0.2.1.0 上面这条命令会执行很长时间~~~~~~ 下载A内核交叉编译工具链 [下载网页](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads/12-3-rel1) AArch32 arm-gnu-toolchain-12.3.rel1-x86_64-arm-none-eabi.tar.xz AArch64 arm-gnu-toolchain-12.3.rel1-x86_64-aarch64-none-linux-gnu.tar.xz AArch32 :bash sudo tar -xvJf arm-gnu-toolchain-12.3.rel1-x86_64-arm-none-eabi.tar.xz -C /opt export AARCH32_GCC_CROSS_COMPILE/opt/arm-gnu-toolchain-12.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-AArch64bash sudo tar -xvJf arm-gnu-toolchain-12.3.rel1-x86_64-aarch64-none-linuxgnu.tar.xz -C /opt export AARCH64_GCC_CROSS_COMPILE/opt/arm-gnu-toolchain-12.3.rel1-x86_64- aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-运行 bash sudo git clone -b main-kernel-build-2024 --single-branch --depth 1 https:// android.googlesource.com/platform/prebuilts/clang/host/linux-x86 /opt/ prebuilt-android-clang cd /opt/prebuilt-android-clang sudo git fetch origin 3bd47139ac0e3593d4707ac0eeb2d45aa7411b67 sudo git checkout 3bd47139ac0e3593d4707ac0eeb2d45aa7411b67 export CLANG_PATH/opt/prebuilt-android-clang export LIBCLANG_PATH/opt/prebuilt-android-clang/clang-r510928/lib bash sudo git clone -b main-kernel-build-2024 --single-branch --depth 1 https:// android.googlesource.com/kernel/prebuilts/build-tools /opt/prebuilt-androidkernel-build-tools cd /opt/prebuilt-android-kernel-build-tools sudo git fetch origin ae85d23af20f61220b114fc3f7bb6f77cc140365 sudo git checkout ae85d23af20f61220b114fc3f7bb6f77cc140365 export PATH/opt/prebuilt-android-kernel-build-tools/linux-x86/bin:$PATH/etc/profile下载Arm Cortex-M4内核交叉编译工具链 [下载网页](https://developer.arm.com/downloads/-/gnu-rm)bash sudo tar -jxvf gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2 -C /opt export ARMGCC_DIR/opt/gcc-arm-none-eabi-7-2018-q2-update bash wget https://github.com/Kitware/CMake/releases/download/v3.13.2/ cmake-3.13.2.tar.gz tar -xzvf cmake-3.13.2.tar.gz; cd cmake-3.13.2; sudo ./bootstrap sudo make sudo make install ## 3.编译source build/envsetup.sh lunch1. aosp_arm-eng2. aosp_arm64-eng3. aosp_barbet-userdebug4. aosp_bluejay-userdebug5. aosp_bluejay_car-userdebug6. aosp_bramble-userdebug7. aosp_bramble_car-userdebug8. aosp_car_arm-userdebug9. aosp_car_arm64-userdebug10. aosp_car_x86-userdebug11. aosp_car_x86_64-userdebug12. aosp_cf_arm64_auto-userdebug13. aosp_cf_arm64_phone-userdebug14. aosp_cf_x86_64_foldable-userdebug15. aosp_cf_x86_64_pc-userdebug16. aosp_cf_x86_64_phone-userdebug17. aosp_cf_x86_64_tv-userdebug18. aosp_cf_x86_auto-userdebug19. aosp_cf_x86_phone-userdebug20. aosp_cf_x86_tv-userdebug21. aosp_cheetah-userdebug22. aosp_cloudripper-userdebug23. aosp_coral-userdebug24. aosp_coral_car-userdebug25. aosp_flame-userdebug26. aosp_flame_car-userdebug27. aosp_oriole-userdebug28. aosp_oriole_car-userdebug29. aosp_panther-userdebug30. aosp_raven-userdebug31. aosp_raven_car-userdebug32. aosp_ravenclaw-userdebug33. aosp_redfin-userdebug34. aosp_redfin_car-userdebug35. aosp_redfin_vf-userdebug36. aosp_slider-userdebug37. aosp_sunfish-userdebug38. aosp_sunfish_car-userdebug39. aosp_trout_arm64-userdebug40. aosp_trout_x86-userdebug41. aosp_whitefin-userdebug42. aosp_x86-eng43. aosp_x86_64-eng44. arm_krait-eng45. arm_v7_v8-eng46. armv8-eng47. armv8_cortex_a55-eng48. armv8_kryo385-eng49. beagle_x15-userdebug50. beagle_x15_auto-userdebug51. car_ui_portrait-userdebug52. car_x86_64-userdebug53. db845c-userdebug54. evk_6sl-user55. evk_6sl-userdebug56. evk_7ulp-user57. evk_7ulp-userdebug58. evk_7ulp_revb-user59. evk_7ulp_revb-userdebug60. evk_8mm-user61. evk_8mm-userdebug62. evk_8mn-user63. evk_8mn-userdebug64. evk_8mp-user65. evk_8mp-userdebug66. evk_8mq-user67. evk_8mq-userdebug68. evk_8ulp-user69. evk_8ulp-userdebug70. evk_93-user71. evk_93-userdebug72. gsi_car_arm64-userdebug73. gsi_car_x86_64-userdebug74. hikey-userdebug75. hikey64_only-userdebug76. hikey960-userdebug77. hikey960_tv-userdebug78. hikey_tv-userdebug79. mek_8q-user80. mek_8q-userdebug81. mek_8q_car-user82. mek_8q_car-userdebug83. mek_8q_car2-user84. mek_8q_car2-userdebug85. poplar-eng86. poplar-user87. poplar-userdebug88. qemu_trusty_arm64-userdebug89. rb5-userdebug90. sabreauto_6q-user91. sabreauto_6q-userdebug92. sabresd_6dq-user93. sabresd_6dq-userdebug94. sabresd_6dq_car-user95. sabresd_6dq_car-userdebug96. sabresd_6sx-user97. sabresd_6sx-userdebug98. sabresd_7d-user99. sabresd_7d-userdebug100. sdk_car_arm-userdebug101. sdk_car_arm64-userdebug102. sdk_car_portrait_x86_64-userdebug103. sdk_car_x86-userdebug104. sdk_car_x86_64-userdebug105. sdk_pc_x86_64-userdebug106. silvermont-eng107. uml-userdebug108. watch_8ulp-user109. watch_8ulp-userdebug110. yukawa-userdebug111. yukawa_sei510-userdebug./imx-make.sh -j4 21 | tee build-log.txt编译选项 | mek_8q_car-trunk_staginguserdebug | i.MX 8QuadXPlus/8QuadMax MEK Board with the EVSfunction enabled on the Arm Cortex-M4 CPU core| |--|--| | mek_8q_car2-trunk_staginguserdebug | i.MX 8QuadMax/8QuadXPlus MEK Board with the EVS function enabled on the Arm Cortex-A CPU cores (Power mode switch demo is running on the Cortex-M4 core in thisconfiguration) | |--|--| | | |
http://www.hkea.cn/news/14486830/

相关文章:

  • 发卡网站怎么做外链代发2分一条
  • 个人做外贸的网站有哪些网页制作模板源代码免费
  • 南宁企业建站系统上海58同城官网
  • 网站开发怎么兼容浏览器陆家网站建设
  • wordpress建站专家wordpress小清新模板
  • 如何做网站内链建立网站涉及到哪些企业
  • 龙岗营销网站建设公司wordpress后台禁止更新
  • 乌鲁瓦提建设管理局网站全球工业设计公司排名
  • 网站开发专业就业指导广西住房与建设厅网站
  • 免费网站空间申请大型网站开发项目书籍
  • 全景网站如何做泉州企业网站建设
  • 婚纱摄影网站设计理念甘肃兰州天气预报15天
  • 如何通过网站标题找网站药剂学教学网站的建设
  • 企业网站的建设意义ppt软件下载免费版
  • 家具企业网站模板网站建设服务哪便宜
  • 在线A视频网站l一级A做爰片龙岗龙城街道网站建设
  • 东莞企业怎么做网站建设vs sql server网站开发
  • 太原制作手机网站wordpress改插件
  • 品牌商城网站制作wordpress 悬停 图片 文字
  • 文山网站建设代理贵阳模板建站定制
  • 如何编写网站建设余姚公司做网站
  • 建设简易电子商务网站流程施工企业的描述
  • 中交上航建设网站WordPress整篇文章登录可见
  • 贵州网站建设费用在线构建网站
  • 程序_做彩票源码网站开发猪八戒网仿照哪个网站做的
  • 网站开发 维护岗位职责做网站的边框
  • 门户网站开发工具软件微博推广技巧
  • 网站建设seo方案wordpress怎么写描述
  • 网站开发得花多少钱网页制作怎么添加视频
  • 做教学的视频网站有哪些电商排行榜10强