react-native-video-processing icon indicating copy to clipboard operation
react-native-video-processing copied to clipboard

Build Size Too large

Open babitakapoor112 opened this issue 5 years ago • 18 comments

Apk file is becoming too large using this package. Without this package my apk file is 20 mb and after installing this package file size increases to 50 mb. Is there any solution for it?

babitakapoor112 avatar Jun 21 '19 08:06 babitakapoor112

I have this problem too!!!

matinzd avatar Aug 14 '19 17:08 matinzd

Yes, i have the same problem. Captura de Pantalla 2020-05-06 a la(s) 11 46 14

noelsp avatar May 06 '20 14:05 noelsp

I am having this same issue my apk size is 100 mb please help me if you have any solution

namansukhwani avatar Aug 21 '20 06:08 namansukhwani

am having this same issue my apk size is 100 mb please help me if you have any solution

i am having same issue, Please help me

gopisupreme avatar Sep 29 '20 13:09 gopisupreme

am having this same issue my apk size is 100 mb please help me if you have any solution

i am having same issue, Please help me

I tried using proguard and multi patform build but that too was giving an error. Although the size of the library is 100mb.

namansukhwani avatar Sep 30 '20 05:09 namansukhwani

i am having same issue, Please help

vuhoangminh199 avatar Dec 04 '20 04:12 vuhoangminh199

i am having same issue, Please help

any luck on reducing app size?

Karanbsankey avatar Jan 22 '21 14:01 Karanbsankey

I'm having this same issue, helppp

angelop11 avatar Feb 03 '21 22:02 angelop11

I am having the same issue, Please help

vish2595 avatar Feb 10 '21 12:02 vish2595

Did any one have the update on this issue? Highly appreciable if you have any solution @shahen94

NareshBojja03 avatar Feb 16 '21 14:02 NareshBojja03

same issue, please help

Seamus1989 avatar Feb 20 '21 19:02 Seamus1989

Same issue. The app size increased from 33M to 90M after using this library.

MrymZakani avatar Jul 06 '21 19:07 MrymZakani

Same issue. The app size increased from 33M to 90M after using this library.

It will be better to use ffmpeg command on the native side for processing video. You should write it on your own.

matinzd avatar Jul 06 '21 19:07 matinzd

Same issue. The app size increased from 33M to 90M after using this library.

It will be better to use ffmpeg command on the native side for processing video. You should write it on your own.

Thanks. May libraries such as react-native-ffmpeg work?

MrymZakani avatar Jul 06 '21 19:07 MrymZakani

Same issue. The app size increased from 33M to 90M after using this library.

It will be better to use ffmpeg command on the native side for processing video. You should write it on your own.

Thanks. May libraries such as react-native-ffmpeg work?

Yes, I haven't seen that since now. I think it is a good libraray.

matinzd avatar Jul 07 '21 06:07 matinzd

In logs I've seen due to missing Supported NDK version it is skipping compression of library. On installing latest ndk version (ie 23) it was failing with toolkit error which got removed from ndk version 19. Any suggestion on supported ndk version on android studio so that library compression can be done which will reduce app size.

aakanshu avatar Sep 09 '21 00:09 aakanshu

In logs I've seen due to missing Supported NDK version it is skipping compression of library. On installing latest ndk version (ie 23) it was failing with toolkit error which got removed from ndk version 19. Any suggestion on supported ndk version on android studio so that library compression can be done which will reduce app size.

I am having same issue, Please help me

datqb avatar Mar 05 '23 13:03 datqb

In logs I've seen due to missing Supported NDK version it is skipping compression of library. On installing latest ndk version (ie 23) it was failing with toolkit error which got removed from ndk version 19. Any suggestion on supported ndk version on android studio so that library compression can be done which will reduce app size.

I am having same issue, Please help me

You can use ffmpeg kit for react native.

matinzd avatar Mar 05 '23 14:03 matinzd