ffmpeg-android-java
ffmpeg-android-java copied to clipboard
64 bit requirement
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
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.
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.
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 do you have any sollution please guide us ?