reFlutter icon indicating copy to clipboard operation
reFlutter copied to clipboard

Doesn't work on split apps

Open Nailik opened this issue 3 months ago • 4 comments

Hi,

i have an app that is split into

  • base.apk
  • split_config.en.apk
  • split_config.de.apk
  • split_config.arm64_v8a.apk

I patched split_config.arm64_v8a.apk because it contains the libs.

After installation via

adb install-multiple -r `
    base-aligned-debugSigned.apk `
    split_config.de-aligned-debugSigned.apk `
    split_config.en-aligned-debugSigned.apk `
    split_config.xxxhdpi-aligned-debugSigned.apk `
    aligned_split_arm64_v8a-aligned-debugSigned.apk

there is no output generated.

I hop someone can help me.

Nailik avatar Sep 13 '25 00:09 Nailik

#315

AbhiTheModder avatar Sep 13 '25 00:09 AbhiTheModder

thx this makes it easier creating a fat apk and running reflutter on it.

unfortunately there is still no output file generated :(

If you have some spare time and want to try it yourself i am working on com.blanco.unitapp .

Nailik avatar Sep 13 '25 01:09 Nailik

thx this makes it easier creating a fat apk and running reflutter on it.

unfortunately there is still no output file generated :(

If you have some spare time and want to try it yourself i am working on com.blanco.unitapp .

Working perfectly fine:

Image

Make sure you've given -p flag when you used reflutter on newer versions of reflutter.

AbhiTheModder avatar Sep 13 '25 03:09 AbhiTheModder

I had same issue, but it is solved thanks for @AbhiTheModder

ghozimahdi avatar Nov 05 '25 13:11 ghozimahdi