ffmpeg-android-java icon indicating copy to clipboard operation
ffmpeg-android-java copied to clipboard

64 bit requirement

Open yadavkohi opened this issue 6 years ago • 5 comments

As per the google guidelines we need 64 bit architecture, but the existing code is having 32-bit architecture. please update the architecture.

reference of the guideline : https://developer.android.com/distribute/best-practices/develop/64-bit

yadavkohi avatar Feb 01 '19 07:02 yadavkohi

As per the google guidelines we need 64 bit architecture, but the existing code is having 32-bit architecture. please update the architecture.

reference of the guideline : https://developer.android.com/distribute/best-practices/develop/64-bit

Not sure why you think this project will be updated to meet these requirements considering the last commit was Apr 21, 2016, almost 3 years ago.

MereFable avatar Feb 10 '19 08:02 MereFable

Actually google has update his guidelines for app store release. According to that app must be supported 64 bit architecture from 1-August-2019, but this source code support 32 bit, so this app will not run on device which is having 64 bit architecture from 1-aug-2019.

yadavkohi avatar Feb 11 '19 04:02 yadavkohi

Actually google has update his guidelines for app store release. According to that app must be supported 64 bit architecture from 1-August-2019, but this source code support 32 bit, so this app will not run on device which is having 64 bit architecture from 1-aug-2019.

I am aware of this, but what I was saying is, this repository hasn't had a commit in 3 years. The chances they are going to come in and add 64 bit support to this package is very very slim. They don't appear to even respond to any issues anymore. You would be better off finding a different package that does support 64 bit already or dissect this one and add in your own 64 bit support.

MereFable avatar Feb 11 '19 14:02 MereFable

see this library i think useful it

EpMedia

KishanViramgama avatar Feb 12 '19 04:02 KishanViramgama

@MereFable do you have any sollution please guide us ?

softwrengr avatar Aug 26 '19 15:08 softwrengr