0

split_config.en.apk this is not corrupted packages at all but still adb giving me this response.

adb: failed to install split_config.en.apk: Error: must specify a APK size

how can i install that package.

Junaid Khalid
  • 811
  • 2
  • 11
  • 26
  • `split_config.en.apk` is only a fraction of an app - it belongs to a so-called split APK file. Usually such a split APK consists of a base apk, a config APK, a languag-specific APK, a display-specific APK and and optional a CPU-architecture specific APK. – Robert Jul 11 '22 at 07:09
  • I Have Base.Apk , Languag-Specific Apk And Split_Config.En.Apk I Am Installing It Using Adb Shell Pm Install-Create And Adb Shell Pm Install-Write Where We Write These Kind Of Split Apk One By One And Then Commit Them All Using Pm Commit. – Priyanshu Jangid Jul 12 '22 at 14:06
  • 1
    In my opinion `adb install-multiple base.apk, config.apk, ...` would have been easier. – Robert Jul 12 '22 at 14:49

0 Answers0