What are the contents of an Android APK file

后端 未结 4 783
轻奢々
轻奢々 2021-02-03 13:17
  • what are the components of the APK file ?
  • Is it just bunch of executable\'s ?
  • what are the names of the components ?
4条回答
  •  滥情空心
    2021-02-03 13:30

    [APK] 
    |
    |_ _ _ _ DALVIK EXECUTABLE < This is a code that runs the android app >
    |
    |_ _ _ _ RESOURCES < Images, video files, Audio files, xml files, Language packs >
    |
    |_ _ _ _ NATIVE LIBRARIES < some native code that include c & c++ libraires >
    

提交回复
热议问题