Doesn't work on split apps
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.
#315
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 .
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:
Make sure you've given -p flag when you used reflutter on newer versions of reflutter.
I had same issue, but it is solved thanks for @AbhiTheModder