• apktool反编译及后续打包


    资料

    apktool下载地址
    android studio 查看默认签名
    apktool重打包失败原因之一分析:
    微信使用apktool反编译后回编译出错
    如何使用apktool解码,打包,签名
    How Fix brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = -1073741515)
    Android 反编译Apk修改资源文件并重新打包
    ‘C:\Program‘ is not recognized as an internal or external command
    Program Files 目录的dos文件名模式下的缩写PROGRA~1
    Android逆向:基础入门
    Android Killer没有检测到Java SDK安装环境(已解决)
    使用baksmali及smali修改apk并打包

    准备工作

    1. 下载jdk, 并设置环境变量
    2. 下载apktool的两个文件apktool.bat和apktool.jar, 这里注意的是jar包必须用apktool.jar这个名字,并放在同一目录下。如图:在这里插入图片描述
    3. 准备一个apk文件(刚开始,简单的apk文件)

    apktool反编译apk文件

    命令格式:

    apktool.bat d app_debug.apk
    
    • 1

    结果

    D:\AndroidStudioProjects\MyApplication\app\build\outputs\apk\debug>D:\software\apktool_2.6.1\apktool.bat d D:\AndroidStudioProjects\MyApplication\app\build\outputs\apk\debug\app-debug.apk
    I: Using Apktool 2.6.1 on app-debug.apk
    I: Loading resource table...
    I: Decoding AndroidManifest.xml with resources...
    I: Loading resource table from file: C:\Users\Administrator\AppData\Local\apktool\framework\1.apk
    I: Regular manifest package...
    I: Decoding file-resources...
    I: Decoding values */* XMLs...
    I: Baksmaling classes.dex...
    I: Baksmaling classes4.dex...
    I: Baksmaling classes3.dex...
    I: Baksmaling classes2.dex...
    I: Copying assets and libs...
    I: Copying unknown files...
    I: Copying original files...
    I: Copying META-INF/services directory
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16

    此时多出了一个app-debug文件夹
    在这里插入图片描述

    apktool将反编译后的文件夹编译成apk

    打包apk

    命令 apktool.bat b --use-aapt2 -o sing.apk app-debug

    D:\AndroidStudioProjects\MyApplication\app\build\outputs\apk\debug>D:\software\apktool_2.6.1\apktool.bat b --use-aapt2 -o oout.apk  D:\AndroidStudioProjects\MyApplication\app\build\outputs\apk\debug\app-debug
    I: Using Apktool 2.6.1
    I: Checking whether sources has changed...
    I: Smaling smali folder into classes.dex...
    I: Checking whether sources has changed...
    I: Smaling smali_classes2 folder into classes2.dex...
    I: Checking whether sources has changed...
    I: Smaling smali_classes3 folder into classes3.dex...
    I: Checking whether sources has changed...
    I: Smaling smali_classes4 folder into classes4.dex...
    I: Checking whether resources has changed...
    I: Building resources...
    I: Copying libs... (/kotlin)
    I: Copying libs... (/META-INF/services)
    I: Building apk file...
    I: Copying unknown files/dir...
    I: Built apk...
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17

    在这里插入图片描述

    此时的apk是没有签名的,所以安装不上

    签名apk

    jarsigner -verbose -keystore “C:\Program Files\Android\Android Studio\jre\bin\flannery” -signedjar oout_sign.apk oout.apk key0

    在这里插入图片描述

       正在添加: META-INF/MANIFEST.MF
       正在添加: META-INF/KEY0.SF
       正在添加: META-INF/KEY0.RSA
      正在签名: AndroidManifest.xml
      正在签名: classes.dex
      正在签名: classes2.dex
      正在签名: classes3.dex
      正在签名: classes4.dex
      正在签名: kotlin/annotation/annotation.kotlin_builtins
      正在签名: kotlin/collections/collections.kotlin_builtins
      正在签名: kotlin/coroutines/coroutines.kotlin_builtins
      正在签名: kotlin/internal/internal.kotlin_builtins
      正在签名: kotlin/kotlin.kotlin_builtins
      正在签名: kotlin/ranges/ranges.kotlin_builtins
      正在签名: kotlin/reflect/reflect.kotlin_builtins
      正在签名: res/anim/abc_fade_in.xml
      正在签名: res/anim/abc_fade_out.xml
      正在签名: res/anim/abc_grow_fade_in_from_bottom.xml
      正在签名: res/anim/abc_popup_enter.xml
      正在签名: res/anim/abc_popup_exit.xml
      正在签名: res/anim/abc_shrink_fade_out_from_bottom.xml
      正在签名: res/anim/abc_slide_in_bottom.xml
      正在签名: res/anim/abc_slide_in_top.xml
      正在签名: res/anim/abc_slide_out_bottom.xml
      正在签名: res/anim/abc_slide_out_top.xml
      正在签名: res/anim/abc_tooltip_enter.xml
      正在签名: res/anim/abc_tooltip_exit.xml
      正在签名: res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml
      正在签名: res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml
      正在签名: res/anim/btn_checkbox_to_checked_icon_null_animation.xml
      正在签名: res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml
      正在签名: res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml
      正在签名: res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml
      正在签名: res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml
      正在签名: res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml
      正在签名: res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml
      正在签名: res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml
      正在签名: res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml
      正在签名: res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml
      正在签名: res/anim/design_bottom_sheet_slide_in.xml
      正在签名: res/anim/design_bottom_sheet_slide_out.xml
      正在签名: res/anim/design_snackbar_in.xml
      正在签名: res/anim/design_snackbar_out.xml
      正在签名: res/anim/fragment_fast_out_extra_slow_in.xml
      正在签名: res/anim/mtrl_bottom_sheet_slide_in.xml
      正在签名: res/anim/mtrl_bottom_sheet_slide_out.xml
      正在签名: res/anim/mtrl_card_lowers_interpolator.xml
      正在签名: res/anim/nav_default_enter_anim.xml
      正在签名: res/anim/nav_default_exit_anim.xml
      正在签名: res/anim/nav_default_pop_enter_anim.xml
      正在签名: res/anim/nav_default_pop_exit_anim.xml
      正在签名: res/animator/design_appbar_state_list_animator.xml
      正在签名: res/animator/design_fab_hide_motion_spec.xml
      正在签名: res/animator/design_fab_show_motion_spec.xml
      正在签名: res/animator/fragment_close_enter.xml
      正在签名: res/animator/fragment_close_exit.xml
      正在签名: res/animator/fragment_fade_enter.xml
      正在签名: res/animator/fragment_fade_exit.xml
      正在签名: res/animator/fragment_open_enter.xml
      正在签名: res/animator/fragment_open_exit.xml
      正在签名: res/animator/linear_indeterminate_line1_head_interpolator.xml
      正在签名: res/animator/linear_indeterminate_line1_tail_interpolator.xml
      正在签名: res/animator/linear_indeterminate_line2_head_interpolator.xml
      正在签名: res/animator/linear_indeterminate_line2_tail_interpolator.xml
      正在签名: res/animator/mtrl_btn_state_list_anim.xml
      正在签名: res/animator/mtrl_btn_unelevated_state_list_anim.xml
      正在签名: res/animator/mtrl_card_state_list_anim.xml
      正在签名: res/animator/mtrl_chip_state_list_anim.xml
      正在签名: res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml
      正在签名: res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml
      正在签名: res/animator/mtrl_extended_fab_hide_motion_spec.xml
      正在签名: res/animator/mtrl_extended_fab_show_motion_spec.xml
      正在签名: res/animator/mtrl_extended_fab_state_list_animator.xml
      正在签名: res/animator/mtrl_fab_hide_motion_spec.xml
      正在签名: res/animator/mtrl_fab_show_motion_spec.xml
      正在签名: res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml
      正在签名: res/animator/mtrl_fab_transformation_sheet_expand_spec.xml
      正在签名: res/animator/nav_default_enter_anim.xml
      正在签名: res/animator/nav_default_exit_anim.xml
      正在签名: res/animator/nav_default_pop_enter_anim.xml
      正在签名: res/animator/nav_default_pop_exit_anim.xml
      正在签名: res/color/abc_background_cache_hint_selector_material_dark.xml
      正在签名: res/color/abc_background_cache_hint_selector_material_light.xml
      正在签名: res/color/abc_btn_colored_borderless_text_material.xml
      正在签名: res/color/abc_btn_colored_text_material.xml
      正在签名: res/color/abc_hint_foreground_material_dark.xml
      正在签名: res/color/abc_hint_foreground_material_light.xml
      正在签名: res/color/abc_primary_text_disable_only_material_dark.xml
      正在签名: res/color/abc_primary_text_disable_only_material_light.xml
      正在签名: res/color/abc_primary_text_material_dark.xml
      正在签名: res/color/abc_primary_text_material_light.xml
      正在签名: res/color/abc_search_url_text.xml
      正在签名: res/color/abc_secondary_text_material_dark.xml
      正在签名: res/color/abc_secondary_text_material_light.xml
      正在签名: res/color/abc_tint_btn_checkable.xml
      正在签名: res/color/abc_tint_default.xml
      正在签名: res/color/abc_tint_edittext.xml
      正在签名: res/color/abc_tint_seek_thumb.xml
      正在签名: res/color/abc_tint_spinner.xml
      正在签名: res/color/abc_tint_switch_track.xml
      正在签名: res/color/checkbox_themeable_attribute_color.xml
      正在签名: res/color/design_box_stroke_color.xml
      正在签名: res/color/design_error.xml
      正在签名: res/color/design_icon_tint.xml
      正在签名: res/color/material_cursor_color.xml
      正在签名: res/color/material_on_background_disabled.xml
      正在签名: res/color/material_on_background_emphasis_high_type.xml
      正在签名: res/color/material_on_background_emphasis_medium.xml
      正在签名: res/color/material_on_primary_disabled.xml
      正在签名: res/color/material_on_primary_emphasis_high_type.xml
      正在签名: res/color/material_on_primary_emphasis_medium.xml
      正在签名: res/color/material_on_surface_disabled.xml
      正在签名: res/color/material_on_surface_emphasis_high_type.xml
      正在签名: res/color/material_on_surface_emphasis_medium.xml
      正在签名: res/color/material_on_surface_stroke.xml
      正在签名: res/color/material_slider_active_tick_marks_color.xml
      正在签名: res/color/material_slider_active_track_color.xml
      正在签名: res/color/material_slider_halo_color.xml
      正在签名: res/color/material_slider_inactive_tick_marks_color.xml
      正在签名: res/color/material_slider_inactive_track_color.xml
      正在签名: res/color/material_slider_thumb_color.xml
      正在签名: res/color/material_timepicker_button_background.xml
      正在签名: res/color/material_timepicker_button_stroke.xml
      正在签名: res/color/material_timepicker_clockface.xml
      正在签名: res/color/material_timepicker_clock_text_color.xml
      正在签名: res/color/material_timepicker_modebutton_tint.xml
      正在签名: res/color/mtrl_btn_bg_color_selector.xml
      正在签名: res/color/mtrl_btn_ripple_color.xml
      正在签名: res/color/mtrl_btn_stroke_color_selector.xml
      正在签名: res/color/mtrl_btn_text_btn_bg_color_selector.xml
      正在签名: res/color/mtrl_btn_text_btn_ripple_color.xml
      正在签名: res/color/mtrl_btn_text_color_selector.xml
      正在签名: res/color/mtrl_calendar_item_stroke_color.xml
      正在签名: res/color/mtrl_calendar_selected_range.xml
      正在签名: res/color/mtrl_card_view_foreground.xml
      正在签名: res/color/mtrl_card_view_ripple.xml
      正在签名: res/color/mtrl_chip_background_color.xml
      正在签名: res/color/mtrl_chip_close_icon_tint.xml
      正在签名: res/color/mtrl_chip_surface_color.xml
      正在签名: res/color/mtrl_chip_text_color.xml
      正在签名: res/color/mtrl_choice_chip_background_color.xml
      正在签名: res/color/mtrl_choice_chip_ripple_color.xml
      正在签名: res/color/mtrl_choice_chip_text_color.xml
      正在签名: res/color/mtrl_error.xml
      正在签名: res/color/mtrl_fab_bg_color_selector.xml
      正在签名: res/color/mtrl_fab_icon_text_color_selector.xml
      正在签名: res/color/mtrl_fab_ripple_color.xml
      正在签名: res/color/mtrl_filled_background_color.xml
      正在签名: res/color/mtrl_filled_icon_tint.xml
      正在签名: res/color/mtrl_filled_stroke_color.xml
      正在签名: res/color/mtrl_indicator_text_color.xml
      正在签名: res/color/mtrl_navigation_bar_colored_item_tint.xml
      正在签名: res/color/mtrl_navigation_bar_colored_ripple_color.xml
      正在签名: res/color/mtrl_navigation_bar_item_tint.xml
      正在签名: res/color/mtrl_navigation_bar_ripple_color.xml
      正在签名: res/color/mtrl_navigation_item_background_color.xml
      正在签名: res/color/mtrl_navigation_item_icon_tint.xml
      正在签名: res/color/mtrl_navigation_item_text_color.xml
      正在签名: res/color/mtrl_on_primary_text_btn_text_color_selector.xml
      正在签名: res/color/mtrl_on_surface_ripple_color.xml
      正在签名: res/color/mtrl_outlined_icon_tint.xml
      正在签名: res/color/mtrl_outlined_stroke_color.xml
      正在签名: res/color/mtrl_popupmenu_overlay_color.xml
      正在签名: res/color/mtrl_tabs_colored_ripple_color.xml
      正在签名: res/color/mtrl_tabs_icon_color_selector.xml
      正在签名: res/color/mtrl_tabs_icon_color_selector_colored.xml
      正在签名: res/color/mtrl_tabs_legacy_text_color_selector.xml
      正在签名: res/color/mtrl_tabs_ripple_color.xml
      正在签名: res/color/mtrl_text_btn_text_color_selector.xml
      正在签名: res/color/radiobutton_themeable_attribute_color.xml
      正在签名: res/color/switch_thumb_material_dark.xml
      正在签名: res/color/switch_thumb_material_light.xml
      正在签名: res/color/test_mtrl_calendar_day.xml
      正在签名: res/color/test_mtrl_calendar_day_selected.xml
      正在签名: res/color-night/material_timepicker_button_stroke.xml
      正在签名: res/color-night/material_timepicker_clockface.xml
      正在签名: res/color-night/material_timepicker_modebutton_tint.xml
      正在签名: res/color-v23/abc_btn_colored_borderless_text_material.xml
      正在签名: res/color-v23/abc_btn_colored_text_material.xml
      正在签名: res/color-v23/abc_color_highlight_material.xml
      正在签名: res/color-v23/abc_tint_btn_checkable.xml
      正在签名: res/color-v23/abc_tint_default.xml
      正在签名: res/color-v23/abc_tint_edittext.xml
      正在签名: res/color-v23/abc_tint_seek_thumb.xml
      正在签名: res/color-v23/abc_tint_spinner.xml
      正在签名: res/color-v23/abc_tint_switch_track.xml
      正在签名: res/drawable/$avd_hide_password__0.xml
      正在签名: res/drawable/$avd_hide_password__1.xml
      正在签名: res/drawable/$avd_hide_password__2.xml
      正在签名: res/drawable/$avd_show_password__0.xml
      正在签名: res/drawable/$avd_show_password__1.xml
      正在签名: res/drawable/$avd_show_password__2.xml
      正在签名: res/drawable/abc_action_bar_item_background_material.xml
      正在签名: res/drawable/abc_btn_borderless_material.xml
      正在签名: res/drawable/abc_btn_check_material.xml
      正在签名: res/drawable/abc_btn_check_material_anim.xml
      正在签名: res/drawable/abc_btn_colored_material.xml
      正在签名: res/drawable/abc_btn_default_mtrl_shape.xml
      正在签名: res/drawable/abc_btn_radio_material.xml
      正在签名: res/drawable/abc_btn_radio_material_anim.xml
      正在签名: res/drawable/abc_cab_background_internal_bg.xml
      正在签名: res/drawable/abc_cab_background_top_material.xml
      正在签名: res/drawable/abc_dialog_material_background.xml
      正在签名: res/drawable/abc_edit_text_material.xml
      正在签名: res/drawable/abc_ic_ab_back_material.xml
      正在签名: res/drawable/abc_ic_arrow_drop_right_black_24dp.xml
      正在签名: res/drawable/abc_ic_clear_material.xml
      正在签名: res/drawable/abc_ic_go_search_api_material.xml
      正在签名: res/drawable/abc_ic_menu_copy_mtrl_am_alpha.xml
      正在签名: res/drawable/abc_ic_menu_cut_mtrl_alpha.xml
      正在签名: res/drawable/abc_ic_menu_overflow_material.xml
      正在签名: res/drawable/abc_ic_menu_paste_mtrl_am_alpha.xml
      正在签名: res/drawable/abc_ic_menu_selectall_mtrl_alpha.xml
      正在签名: res/drawable/abc_ic_menu_share_mtrl_alpha.xml
      正在签名: res/drawable/abc_ic_search_api_material.xml
      正在签名: res/drawable/abc_ic_voice_search_api_material.xml
      正在签名: res/drawable/abc_item_background_holo_dark.xml
      正在签名: res/drawable/abc_item_background_holo_light.xml
      正在签名: res/drawable/abc_list_divider_material.xml
      正在签名: res/drawable/abc_list_selector_background_transition_holo_dark.xml
      正在签名: res/drawable/abc_list_selector_background_transition_holo_light.xml
      正在签名: res/drawable/abc_list_selector_holo_dark.xml
      正在签名: res/drawable/abc_list_selector_holo_light.xml
      正在签名: res/drawable/abc_ratingbar_indicator_material.xml
      正在签名: res/drawable/abc_ratingbar_material.xml
      正在签名: res/drawable/abc_ratingbar_small_material.xml
      正在签名: res/drawable/abc_seekbar_thumb_material.xml
      正在签名: res/drawable/abc_seekbar_tick_mark_material.xml
      正在签名: res/drawable/abc_seekbar_track_material.xml
      正在签名: res/drawable/abc_spinner_textfield_background_material.xml
      正在签名: res/drawable/abc_star_black_48dp.xml
      正在签名: res/drawable/abc_star_half_black_48dp.xml
      正在签名: res/drawable/abc_switch_thumb_material.xml
      正在签名: res/drawable/abc_tab_indicator_material.xml
      正在签名: res/drawable/abc_textfield_search_material.xml
      正在签名: res/drawable/abc_text_cursor_material.xml
      正在签名: res/drawable/abc_vector_test.xml
      正在签名: res/drawable/avd_hide_password.xml
      正在签名: res/drawable/avd_show_password.xml
      正在签名: res/drawable/btn_checkbox_checked_mtrl.xml
      正在签名: res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml
      正在签名: res/drawable/btn_checkbox_unchecked_mtrl.xml
      正在签名: res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml
      正在签名: res/drawable/btn_radio_off_mtrl.xml
      正在签名: res/drawable/btn_radio_off_to_on_mtrl_animation.xml
      正在签名: res/drawable/btn_radio_on_mtrl.xml
      正在签名: res/drawable/btn_radio_on_to_off_mtrl_animation.xml
      正在签名: res/drawable/design_fab_background.xml
      正在签名: res/drawable/design_ic_visibility.xml
      正在签名: res/drawable/design_ic_visibility_off.xml
      正在签名: res/drawable/design_password_eye.xml
      正在签名: res/drawable/design_snackbar_background.xml
      正在签名: res/drawable/ic_clock_black_24dp.xml
      正在签名: res/drawable/ic_keyboard_black_24dp.xml
      正在签名: res/drawable/ic_launcher_background.xml
      正在签名: res/drawable/ic_mtrl_checked_circle.xml
      正在签名: res/drawable/ic_mtrl_chip_checked_black.xml
      正在签名: res/drawable/ic_mtrl_chip_checked_circle.xml
      正在签名: res/drawable/ic_mtrl_chip_close_circle.xml
      正在签名: res/drawable/material_cursor_drawable.xml
      正在签名: res/drawable/material_ic_calendar_black_24dp.xml
      正在签名: res/drawable/material_ic_clear_black_24dp.xml
      正在签名: res/drawable/material_ic_edit_black_24dp.xml
      正在签名: res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml
      正在签名: res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml
      正在签名: res/drawable/material_ic_menu_arrow_down_black_24dp.xml
      正在签名: res/drawable/material_ic_menu_arrow_up_black_24dp.xml
      正在签名: res/drawable/mtrl_dialog_background.xml
      正在签名: res/drawable/mtrl_dropdown_arrow.xml
      正在签名: res/drawable/mtrl_ic_arrow_drop_down.xml
      正在签名: res/drawable/mtrl_ic_arrow_drop_up.xml
      正在签名: res/drawable/mtrl_ic_cancel.xml
      正在签名: res/drawable/mtrl_ic_error.xml
      正在签名: res/drawable/mtrl_navigation_bar_item_background.xml
      正在签名: res/drawable/mtrl_popupmenu_background.xml
      正在签名: res/drawable/mtrl_popupmenu_background_dark.xml
      正在签名: res/drawable/mtrl_tabs_default_indicator.xml
      正在签名: res/drawable/navigation_empty_icon.xml
      正在签名: res/drawable/notification_action_background.xml
      正在签名: res/drawable/notification_bg.xml
      正在签名: res/drawable/notification_bg_low.xml
      正在签名: res/drawable/notification_icon_background.xml
      正在签名: res/drawable/notification_tile_bg.xml
      正在签名: res/drawable/test_custom_background.xml
      正在签名: res/drawable/tooltip_frame_dark.xml
      正在签名: res/drawable/tooltip_frame_light.xml
      正在签名: res/drawable-anydpi-v24/$ic_launcher_foreground__0.xml
      正在签名: res/drawable-anydpi-v24/ic_launcher_foreground.xml
      正在签名: res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png
      正在签名: res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png
      正在签名: res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png
      正在签名: res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png
      正在签名: res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png
      正在签名: res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png
      正在签名: res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png
      正在签名: res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png
      正在签名: res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png
      正在签名: res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png
      正在签名: res/drawable-hdpi/abc_list_focused_holo.9.png
      正在签名: res/drawable-hdpi/abc_list_longpressed_holo.9.png
      正在签名: res/drawable-hdpi/abc_list_pressed_holo_dark.9.png
      正在签名: res/drawable-hdpi/abc_list_pressed_holo_light.9.png
      正在签名: res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png
      正在签名: res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png
      正在签名: res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
      正在签名: res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png
      正在签名: res/drawable-hdpi/abc_scrubber_control_off_mtrl_alpha.png
      正在签名: res/drawable-hdpi/abc_scrubber_control_to_pressed_mtrl_000.png
      正在签名: res/drawable-hdpi/abc_scrubber_control_to_pressed_mtrl_005.png
      正在签名: res/drawable-hdpi/abc_scrubber_primary_mtrl_alpha.9.png
      正在签名: res/drawable-hdpi/abc_scrubber_track_mtrl_alpha.9.png
      正在签名: res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png
      正在签名: res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png
      正在签名: res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png
      正在签名: res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png
      正在签名: res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png
      正在签名: res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png
      正在签名: res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png
      正在签名: res/drawable-hdpi/abc_text_select_handle_left_mtrl.png
      正在签名: res/drawable-hdpi/abc_text_select_handle_middle_mtrl.png
      正在签名: res/drawable-hdpi/abc_text_select_handle_right_mtrl.png
      正在签名: res/drawable-hdpi/notification_bg_low_normal.9.png
      正在签名: res/drawable-hdpi/notification_bg_low_pressed.9.png
      正在签名: res/drawable-hdpi/notification_bg_normal.9.png
      正在签名: res/drawable-hdpi/notification_bg_normal_pressed.9.png
      正在签名: res/drawable-hdpi/notify_panel_notification_icon_bg.png
      正在签名: res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png
      正在签名: res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png
      正在签名: res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png
      正在签名: res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
      正在签名: res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
      正在签名: res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png
      正在签名: res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png
      正在签名: res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png
      正在签名: res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png
      正在签名: res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png
      正在签名: res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png
      正在签名: res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png
      正在签名: res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png
      正在签名: res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png
      正在签名: res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png
      正在签名: res/drawable-mdpi/abc_list_focused_holo.9.png
      正在签名: res/drawable-mdpi/abc_list_longpressed_holo.9.png
      正在签名: res/drawable-mdpi/abc_list_pressed_holo_dark.9.png
      正在签名: res/drawable-mdpi/abc_list_pressed_holo_light.9.png
      正在签名: res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png
      正在签名: res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png
      正在签名: res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
      正在签名: res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png
      正在签名: res/drawable-mdpi/abc_scrubber_control_off_mtrl_alpha.png
      正在签名: res/drawable-mdpi/abc_scrubber_control_to_pressed_mtrl_000.png
      正在签名: res/drawable-mdpi/abc_scrubber_control_to_pressed_mtrl_005.png
      正在签名: res/drawable-mdpi/abc_scrubber_primary_mtrl_alpha.9.png
      正在签名: res/drawable-mdpi/abc_scrubber_track_mtrl_alpha.9.png
      正在签名: res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png
      正在签名: res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png
      正在签名: res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png
      正在签名: res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png
      正在签名: res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png
      正在签名: res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png
      正在签名: res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png
      正在签名: res/drawable-mdpi/abc_text_select_handle_left_mtrl.png
      正在签名: res/drawable-mdpi/abc_text_select_handle_middle_mtrl.png
      正在签名: res/drawable-mdpi/abc_text_select_handle_right_mtrl.png
      正在签名: res/drawable-mdpi/notification_bg_low_normal.9.png
      正在签名: res/drawable-mdpi/notification_bg_low_pressed.9.png
      正在签名: res/drawable-mdpi/notification_bg_normal.9.png
      正在签名: res/drawable-mdpi/notification_bg_normal_pressed.9.png
      正在签名: res/drawable-mdpi/notify_panel_notification_icon_bg.png
      正在签名: res/drawable-v23/abc_control_background_material.xml
      正在签名: res/drawable-v23/mtrl_popupmenu_background_dark.xml
      正在签名: res/drawable-watch/abc_dialog_material_background.xml
      正在签名: res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png
      正在签名: res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png
      正在签名: res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png
      正在签名: res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png
      正在签名: res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png
      正在签名: res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
      正在签名: res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
      正在签名: res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png
      正在签名: res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png
      正在签名: res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png
      正在签名: res/drawable-xhdpi/abc_list_focused_holo.9.png
      正在签名: res/drawable-xhdpi/abc_list_longpressed_holo.9.png
      正在签名: res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png
      正在签名: res/drawable-xhdpi/abc_list_pressed_holo_light.9.png
      正在签名: res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png
      正在签名: res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png
      正在签名: res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
      正在签名: res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png
      正在签名: res/drawable-xhdpi/abc_scrubber_control_off_mtrl_alpha.png
      正在签名: res/drawable-xhdpi/abc_scrubber_control_to_pressed_mtrl_000.png
      正在签名: res/drawable-xhdpi/abc_scrubber_control_to_pressed_mtrl_005.png
      正在签名: res/drawable-xhdpi/abc_scrubber_primary_mtrl_alpha.9.png
      正在签名: res/drawable-xhdpi/abc_scrubber_track_mtrl_alpha.9.png
      正在签名: res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png
      正在签名: res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png
      正在签名: res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png
      正在签名: res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png
      正在签名: res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png
      正在签名: res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
      正在签名: res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png
      正在签名: res/drawable-xhdpi/abc_text_select_handle_left_mtrl.png
      正在签名: res/drawable-xhdpi/abc_text_select_handle_middle_mtrl.png
      正在签名: res/drawable-xhdpi/abc_text_select_handle_right_mtrl.png
      正在签名: res/drawable-xhdpi/notification_bg_low_normal.9.png
      正在签名: res/drawable-xhdpi/notification_bg_low_pressed.9.png
      正在签名: res/drawable-xhdpi/notification_bg_normal.9.png
      正在签名: res/drawable-xhdpi/notification_bg_normal_pressed.9.png
      正在签名: res/drawable-xhdpi/notify_panel_notification_icon_bg.png
      正在签名: res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png
      正在签名: res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png
      正在签名: res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png
      正在签名: res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png
      正在签名: res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png
      正在签名: res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
      正在签名: res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
      正在签名: res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png
      正在签名: res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png
      正在签名: res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png
      正在签名: res/drawable-xxhdpi/abc_list_focused_holo.9.png
      正在签名: res/drawable-xxhdpi/abc_list_longpressed_holo.9.png
      正在签名: res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png
      正在签名: res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png
      正在签名: res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png
      正在签名: res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png
      正在签名: res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
      正在签名: res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png
      正在签名: res/drawable-xxhdpi/abc_scrubber_control_off_mtrl_alpha.png
      正在签名: res/drawable-xxhdpi/abc_scrubber_control_to_pressed_mtrl_000.png
      正在签名: res/drawable-xxhdpi/abc_scrubber_control_to_pressed_mtrl_005.png
      正在签名: res/drawable-xxhdpi/abc_scrubber_primary_mtrl_alpha.9.png
      正在签名: res/drawable-xxhdpi/abc_scrubber_track_mtrl_alpha.9.png
      正在签名: res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
      正在签名: res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png
      正在签名: res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png
      正在签名: res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png
      正在签名: res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png
      正在签名: res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
      正在签名: res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png
      正在签名: res/drawable-xxhdpi/abc_text_select_handle_left_mtrl.png
      正在签名: res/drawable-xxhdpi/abc_text_select_handle_middle_mtrl.png
      正在签名: res/drawable-xxhdpi/abc_text_select_handle_right_mtrl.png
      正在签名: res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png
      正在签名: res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png
      正在签名: res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png
      正在签名: res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png
      正在签名: res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
      正在签名: res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
      正在签名: res/drawable-xxxhdpi/abc_scrubber_control_to_pressed_mtrl_000.png
      正在签名: res/drawable-xxxhdpi/abc_scrubber_control_to_pressed_mtrl_005.png
      正在签名: res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
      正在签名: res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png
      正在签名: res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png
      正在签名: res/drawable-xxxhdpi/abc_text_select_handle_left_mtrl.png
      正在签名: res/drawable-xxxhdpi/abc_text_select_handle_right_mtrl.png
      正在签名: res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml
      正在签名: res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml
      正在签名: res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml
      正在签名: res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml
      正在签名: res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml
      正在签名: res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml
      正在签名: res/interpolator/fast_out_slow_in.xml
      正在签名: res/interpolator/mtrl_fast_out_linear_in.xml
      正在签名: res/interpolator/mtrl_fast_out_slow_in.xml
      正在签名: res/interpolator/mtrl_linear.xml
      正在签名: res/interpolator/mtrl_linear_out_slow_in.xml
      正在签名: res/layout/abc_action_bar_title_item.xml
      正在签名: res/layout/abc_action_bar_up_container.xml
      正在签名: res/layout/abc_action_menu_item_layout.xml
      正在签名: res/layout/abc_action_menu_layout.xml
      正在签名: res/layout/abc_action_mode_bar.xml
      正在签名: res/layout/abc_action_mode_close_item_material.xml
      正在签名: res/layout/abc_activity_chooser_view.xml
      正在签名: res/layout/abc_activity_chooser_view_list_item.xml
      正在签名: res/layout/abc_alert_dialog_button_bar_material.xml
      正在签名: res/layout/abc_alert_dialog_material.xml
      正在签名: res/layout/abc_alert_dialog_title_material.xml
      正在签名: res/layout/abc_cascading_menu_item_layout.xml
      正在签名: res/layout/abc_dialog_title_material.xml
      正在签名: res/layout/abc_expanded_menu_layout.xml
      正在签名: res/layout/abc_list_menu_item_checkbox.xml
      正在签名: res/layout/abc_list_menu_item_icon.xml
      正在签名: res/layout/abc_list_menu_item_layout.xml
      正在签名: res/layout/abc_list_menu_item_radio.xml
      正在签名: res/layout/abc_popup_menu_header_item_layout.xml
      正在签名: res/layout/abc_popup_menu_item_layout.xml
      正在签名: res/layout/abc_screen_content_include.xml
      正在签名: res/layout/abc_screen_simple.xml
      正在签名: res/layout/abc_screen_simple_overlay_action_mode.xml
      正在签名: res/layout/abc_screen_toolbar.xml
      正在签名: res/layout/abc_search_dropdown_item_icons_2line.xml
      正在签名: res/layout/abc_search_view.xml
      正在签名: res/layout/abc_select_dialog_material.xml
      正在签名: res/layout/abc_tooltip.xml
      正在签名: res/layout/activity_main.xml
      正在签名: res/layout/content_main.xml
      正在签名: res/layout/custom_dialog.xml
      正在签名: res/layout/design_bottom_navigation_item.xml
      正在签名: res/layout/design_bottom_sheet_dialog.xml
      正在签名: res/layout/design_layout_snackbar.xml
      正在签名: res/layout/design_layout_snackbar_include.xml
      正在签名: res/layout/design_layout_tab_icon.xml
      正在签名: res/layout/design_layout_tab_text.xml
      正在签名: res/layout/design_menu_item_action_area.xml
      正在签名: res/layout/design_navigation_item.xml
      正在签名: res/layout/design_navigation_item_header.xml
      正在签名: res/layout/design_navigation_item_separator.xml
      正在签名: res/layout/design_navigation_item_subheader.xml
      正在签名: res/layout/design_navigation_menu.xml
      正在签名: res/layout/design_navigation_menu_item.xml
      正在签名: res/layout/design_text_input_end_icon.xml
      正在签名: res/layout/design_text_input_start_icon.xml
      正在签名: res/layout/fragment_first.xml
      正在签名: res/layout/fragment_second.xml
      正在签名: res/layout/material_chip_input_combo.xml
      正在签名: res/layout/material_clockface_textview.xml
      正在签名: res/layout/material_clockface_view.xml
      正在签名: res/layout/material_clock_display.xml
      正在签名: res/layout/material_clock_display_divider.xml
      正在签名: res/layout/material_clock_period_toggle.xml
      正在签名: res/layout/material_radial_view_group.xml
      正在签名: res/layout/material_textinput_timepicker.xml
      正在签名: res/layout/material_timepicker.xml
      正在签名: res/layout/material_timepicker_dialog.xml
      正在签名: res/layout/material_timepicker_textinput_display.xml
      正在签名: res/layout/material_time_chip.xml
      正在签名: res/layout/material_time_input.xml
      正在签名: res/layout/mtrl_alert_dialog.xml
      正在签名: res/layout/mtrl_alert_dialog_actions.xml
      正在签名: res/layout/mtrl_alert_dialog_title.xml
      正在签名: res/layout/mtrl_alert_select_dialog_item.xml
      正在签名: res/layout/mtrl_alert_select_dialog_multichoice.xml
      正在签名: res/layout/mtrl_alert_select_dialog_singlechoice.xml
      正在签名: res/layout/mtrl_calendar_day.xml
      正在签名: res/layout/mtrl_calendar_days_of_week.xml
      正在签名: res/layout/mtrl_calendar_day_of_week.xml
      正在签名: res/layout/mtrl_calendar_horizontal.xml
      正在签名: res/layout/mtrl_calendar_month.xml
      正在签名: res/layout/mtrl_calendar_months.xml
      正在签名: res/layout/mtrl_calendar_month_labeled.xml
      正在签名: res/layout/mtrl_calendar_month_navigation.xml
      正在签名: res/layout/mtrl_calendar_vertical.xml
      正在签名: res/layout/mtrl_calendar_year.xml
      正在签名: res/layout/mtrl_layout_snackbar.xml
      正在签名: res/layout/mtrl_layout_snackbar_include.xml
      正在签名: res/layout/mtrl_navigation_rail_item.xml
      正在签名: res/layout/mtrl_picker_actions.xml
      正在签名: res/layout/mtrl_picker_dialog.xml
      正在签名: res/layout/mtrl_picker_fullscreen.xml
      正在签名: res/layout/mtrl_picker_header_dialog.xml
      正在签名: res/layout/mtrl_picker_header_fullscreen.xml
      正在签名: res/layout/mtrl_picker_header_selection_text.xml
      正在签名: res/layout/mtrl_picker_header_title_text.xml
      正在签名: res/layout/mtrl_picker_header_toggle.xml
      正在签名: res/layout/mtrl_picker_text_input_date.xml
      正在签名: res/layout/mtrl_picker_text_input_date_range.xml
      正在签名: res/layout/notification_action.xml
      正在签名: res/layout/notification_action_tombstone.xml
      正在签名: res/layout/notification_template_custom_big.xml
      正在签名: res/layout/notification_template_icon_group.xml
      正在签名: res/layout/notification_template_part_chronometer.xml
      正在签名: res/layout/notification_template_part_time.xml
      正在签名: res/layout/select_dialog_item_material.xml
      正在签名: res/layout/select_dialog_multichoice_material.xml
      正在签名: res/layout/select_dialog_singlechoice_material.xml
      正在签名: res/layout/support_simple_spinner_dropdown_item.xml
      正在签名: res/layout/test_action_chip.xml
      正在签名: res/layout/test_chip_zero_corner_radius.xml
      正在签名: res/layout/test_design_checkbox.xml
      正在签名: res/layout/test_design_radiobutton.xml
      正在签名: res/layout/test_navigation_bar_item_layout.xml
      正在签名: res/layout/test_reflow_chipgroup.xml
      正在签名: res/layout/test_toolbar.xml
      正在签名: res/layout/test_toolbar_custom_background.xml
      正在签名: res/layout/test_toolbar_elevation.xml
      正在签名: res/layout/test_toolbar_surface.xml
      正在签名: res/layout/text_view_without_line_height.xml
      正在签名: res/layout/text_view_with_line_height_from_appearance.xml
      正在签名: res/layout/text_view_with_line_height_from_layout.xml
      正在签名: res/layout/text_view_with_line_height_from_style.xml
      正在签名: res/layout/text_view_with_theme_line_height.xml
      正在签名: res/layout-land/material_clock_period_toggle_land.xml
      正在签名: res/layout-land/material_timepicker.xml
      正在签名: res/layout-land/mtrl_picker_header_dialog.xml
      正在签名: res/layout-ldrtl/material_textinput_timepicker.xml
      正在签名: res/layout-sw600dp/design_layout_snackbar.xml
      正在签名: res/layout-sw600dp/mtrl_layout_snackbar.xml
      正在签名: res/layout-v22/abc_alert_dialog_button_bar_material.xml
      正在签名: res/layout-v22/material_timepicker_dialog.xml
      正在签名: res/layout-v22/mtrl_alert_dialog_actions.xml
      正在签名: res/layout-v26/abc_screen_toolbar.xml
      正在签名: res/layout-v26/mtrl_calendar_month.xml
      正在签名: res/layout-watch/abc_alert_dialog_button_bar_material.xml
      正在签名: res/layout-watch/abc_alert_dialog_title_material.xml
      正在签名: res/menu/example_menu.xml
      正在签名: res/menu/example_menu2.xml
      正在签名: res/menu/menu_main.xml
      正在签名: res/mipmap-anydpi-v26/ic_launcher.xml
      正在签名: res/mipmap-anydpi-v26/ic_launcher_round.xml
      正在签名: res/mipmap-hdpi/ic_launcher.webp
      正在签名: res/mipmap-hdpi/ic_launcher_round.webp
      正在签名: res/mipmap-mdpi/ic_launcher.webp
      正在签名: res/mipmap-mdpi/ic_launcher_round.webp
      正在签名: res/mipmap-xhdpi/ic_launcher.webp
      正在签名: res/mipmap-xhdpi/ic_launcher_round.webp
      正在签名: res/mipmap-xxhdpi/ic_launcher.webp
      正在签名: res/mipmap-xxhdpi/ic_launcher_round.webp
      正在签名: res/mipmap-xxxhdpi/ic_launcher.webp
      正在签名: res/mipmap-xxxhdpi/ic_launcher_round.webp
      正在签名: res/navigation/nav_graph.xml
      正在签名: res/xml/backup_rules.xml
      正在签名: res/xml/data_extraction_rules.xml
      正在签名: res/xml/standalone_badge.xml
      正在签名: res/xml/standalone_badge_gravity_bottom_end.xml
      正在签名: res/xml/standalone_badge_gravity_bottom_start.xml
      正在签名: res/xml/standalone_badge_gravity_top_start.xml
      正在签名: res/xml/standalone_badge_offset.xml
      正在签名: resources.arsc
    >>> 签名者
        X.509, CN=f, OU=f, O=f, L=f, ST=f, C=f
        [
        Signature algorithm: SHA256withRSA, 2048 位密钥
        [可信证书]
    
    jar 已签名。
    
    警告: 
    签名者证书为自签名证书。
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • 128
    • 129
    • 130
    • 131
    • 132
    • 133
    • 134
    • 135
    • 136
    • 137
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • 146
    • 147
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • 155
    • 156
    • 157
    • 158
    • 159
    • 160
    • 161
    • 162
    • 163
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169
    • 170
    • 171
    • 172
    • 173
    • 174
    • 175
    • 176
    • 177
    • 178
    • 179
    • 180
    • 181
    • 182
    • 183
    • 184
    • 185
    • 186
    • 187
    • 188
    • 189
    • 190
    • 191
    • 192
    • 193
    • 194
    • 195
    • 196
    • 197
    • 198
    • 199
    • 200
    • 201
    • 202
    • 203
    • 204
    • 205
    • 206
    • 207
    • 208
    • 209
    • 210
    • 211
    • 212
    • 213
    • 214
    • 215
    • 216
    • 217
    • 218
    • 219
    • 220
    • 221
    • 222
    • 223
    • 224
    • 225
    • 226
    • 227
    • 228
    • 229
    • 230
    • 231
    • 232
    • 233
    • 234
    • 235
    • 236
    • 237
    • 238
    • 239
    • 240
    • 241
    • 242
    • 243
    • 244
    • 245
    • 246
    • 247
    • 248
    • 249
    • 250
    • 251
    • 252
    • 253
    • 254
    • 255
    • 256
    • 257
    • 258
    • 259
    • 260
    • 261
    • 262
    • 263
    • 264
    • 265
    • 266
    • 267
    • 268
    • 269
    • 270
    • 271
    • 272
    • 273
    • 274
    • 275
    • 276
    • 277
    • 278
    • 279
    • 280
    • 281
    • 282
    • 283
    • 284
    • 285
    • 286
    • 287
    • 288
    • 289
    • 290
    • 291
    • 292
    • 293
    • 294
    • 295
    • 296
    • 297
    • 298
    • 299
    • 300
    • 301
    • 302
    • 303
    • 304
    • 305
    • 306
    • 307
    • 308
    • 309
    • 310
    • 311
    • 312
    • 313
    • 314
    • 315
    • 316
    • 317
    • 318
    • 319
    • 320
    • 321
    • 322
    • 323
    • 324
    • 325
    • 326
    • 327
    • 328
    • 329
    • 330
    • 331
    • 332
    • 333
    • 334
    • 335
    • 336
    • 337
    • 338
    • 339
    • 340
    • 341
    • 342
    • 343
    • 344
    • 345
    • 346
    • 347
    • 348
    • 349
    • 350
    • 351
    • 352
    • 353
    • 354
    • 355
    • 356
    • 357
    • 358
    • 359
    • 360
    • 361
    • 362
    • 363
    • 364
    • 365
    • 366
    • 367
    • 368
    • 369
    • 370
    • 371
    • 372
    • 373
    • 374
    • 375
    • 376
    • 377
    • 378
    • 379
    • 380
    • 381
    • 382
    • 383
    • 384
    • 385
    • 386
    • 387
    • 388
    • 389
    • 390
    • 391
    • 392
    • 393
    • 394
    • 395
    • 396
    • 397
    • 398
    • 399
    • 400
    • 401
    • 402
    • 403
    • 404
    • 405
    • 406
    • 407
    • 408
    • 409
    • 410
    • 411
    • 412
    • 413
    • 414
    • 415
    • 416
    • 417
    • 418
    • 419
    • 420
    • 421
    • 422
    • 423
    • 424
    • 425
    • 426
    • 427
    • 428
    • 429
    • 430
    • 431
    • 432
    • 433
    • 434
    • 435
    • 436
    • 437
    • 438
    • 439
    • 440
    • 441
    • 442
    • 443
    • 444
    • 445
    • 446
    • 447
    • 448
    • 449
    • 450
    • 451
    • 452
    • 453
    • 454
    • 455
    • 456
    • 457
    • 458
    • 459
    • 460
    • 461
    • 462
    • 463
    • 464
    • 465
    • 466
    • 467
    • 468
    • 469
    • 470
    • 471
    • 472
    • 473
    • 474
    • 475
    • 476
    • 477
    • 478
    • 479
    • 480
    • 481
    • 482
    • 483
    • 484
    • 485
    • 486
    • 487
    • 488
    • 489
    • 490
    • 491
    • 492
    • 493
    • 494
    • 495
    • 496
    • 497
    • 498
    • 499
    • 500
    • 501
    • 502
    • 503
    • 504
    • 505
    • 506
    • 507
    • 508
    • 509
    • 510
    • 511
    • 512
    • 513
    • 514
    • 515
    • 516
    • 517
    • 518
    • 519
    • 520
    • 521
    • 522
    • 523
    • 524
    • 525
    • 526
    • 527
    • 528
    • 529
    • 530
    • 531
    • 532
    • 533
    • 534
    • 535
    • 536
    • 537
    • 538
    • 539
    • 540
    • 541
    • 542
    • 543
    • 544
    • 545
    • 546
    • 547
    • 548
    • 549
    • 550
    • 551
    • 552
    • 553
    • 554
    • 555
    • 556
    • 557
    • 558
    • 559
    • 560
    • 561
    • 562
    • 563
    • 564
    • 565
    • 566
    • 567
    • 568
    • 569
    • 570
    • 571
    • 572
    • 573
    • 574
    • 575
    • 576
    • 577
    • 578
    • 579
    • 580
    • 581
    • 582
    • 583
    • 584
    • 585
    • 586
    • 587
    • 588
    • 589
    • 590
    • 591
    • 592
    • 593
    • 594
    • 595
    • 596
    • 597
    • 598
    • 599
    • 600
    • 601
    • 602
    • 603
    • 604
    • 605
    • 606
    • 607
    • 608
    • 609
    • 610
    • 611
    • 612
    • 613
    • 614
    • 615
    • 616
    • 617
    • 618
    • 619
    • 620
    • 621
    • 622
    • 623
    • 624
    • 625
    • 626
    • 627
    • 628
    • 629
    • 630
  • 相关阅读:
    电脑死机的时候,CPU到底在做什么?
    收藏||电商数据采集流程||电商数据采集API接口
    【算法系列 | 7】深入解析查找算法之—布隆过滤器
    暑假加餐|有钱人和你想的不一样(第14天)+基于改进量子粒子群算法的电力系统经济调度(Matlab代码实现)
    编译原理13:SLR(1)分析表、LR(1)分析表
    Mysql插入或者更新数据(MyBatis框架)
    汉兰达汽车发动机怠速抖动故障诊断方案设计
    RedisCluster如何高效率地批量插入数据
    JavaScript变量提升
    mediapipe流水线分析 二
  • 原文地址:https://blog.csdn.net/AdrianAndroid/article/details/126696475