小编Raj*_*rwa的帖子

使用 ./build/tools/releasetools/ota_from_target_files 工具创建 Android OTA 时出现问题

我使用OTA 包工具中提到的步骤为 Qualcomm 构建了 Android 开源项目 (AOSP)

现在我想创建完整的增量 OTA 包,我也引用上面链接中提到的相同命令,但出现以下错误:

xxx@SRS-DT-041:/media/xxx/external/xxxx/apq8096au-la-1-3_ap_standard_oem.git/LINUX/android_working$ ./build/tools/releasetools/ota_from_target_files /media/xxx/external/xxx/apq8096au-la-1-3_ap_standard_oem.git/LINUX/android_working/dist_output_xxx/msm8996-ota-eng.xxx.zip  OTA.zipTraceback (most recent call last):
  File "./build/tools/releasetools/ota_from_target_files", line 1996, in <module>
    main(sys.argv[1:])
  File "./build/tools/releasetools/ota_from_target_files", line 1887, in main
    OPTIONS.info_dict = common.LoadInfoDict(input_zip)
  File "/media/xxx/external/xxx/apq8096au-la-1-3_ap_standard_oem.git/LINUX/android_working/build/make/tools/releasetools/common.py", line 169, in LoadInfoDict
    raise ValueError("can't find META/misc_info.txt in input target-files")
ValueError: can't find META/misc_info.txt in input target-files
xxx@SRS-DT-041:/media/xxx/external/xxx/apq8096au-la-1-3_ap_standard_oem.git/LINUX/android_working$ 
Run Code Online (Sandbox Code Playgroud)

android

0
推荐指数
1
解决办法
1668
查看次数

标签 统计

android ×1