Struct android_tools::bundletool::ExtractApks [−][src]
pub struct ExtractApks { /* fields omitted */ }
Expand description
Extract device-specific APKs from an existing APK set
If you have an existing APK set and you want to extract from it a subset of APKs
that target a specific device configuration, you can use the extract-apk
command
and specify a device specification JSON, as follows:
bundletool extract-apks
--apks=/MyApp/my_existing_APK_set.apks
--output-dir=/MyApp/my_pixel2_APK_set.apks
--device-spec=/MyApp/bundletool/pixel2.json