gpt4 book ai didi

android - OpenCV Manager(在 google play 中找不到)+ 很难在 Oreo 中安装

转载 作者:太空狗 更新时间:2023-10-29 13:46:49 24 4
gpt4 key购买 nike

我有一个使用 opencv 库的应用程序。到目前为止,当我的应用程序第一次到达时,某个 Activity 要求安装 opencv,代码如下...

askInstallOpenCV.setPositiveButton(R.string.googleplay, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
dialog.dismiss();
AppContext.startActivity(
new Intent(
Intent.ACTION_VIEW,
Uri.parse("https://play.google.com/store/apps/details?id=org.opencv.engine")
)
);
}
});

自一个月前以来,google play 一直报告未找到 OpenCV。我的第一 react 是提供从其他来源安装的可能性,但使用 oreo 这变得更加困难。有没有在 google play 中找不到的原因?

编辑:

最佳答案

OpenCV 管理器已从 Play 商店中删除。我发现此链接支持断言 ( https://answers.opencv.org/question/199341/opencv-manager-app-not-on-playstore/ )。他们的文档似乎已经过时了,仍然强烈建议您使用 OpenCV 管理器而不是静态链接。

Yes the app has been removed.

As time shows, the idea of redistributing libraries for Android via separate app seems to be bad. The platform and the library changes so compatibility preserving becomes too difficult and time consuming.

We suggest using static linking with OpenCV where possible. OpenCV Manager apk is still available in our SDK for Android on SourceForge. For Java users, I believe it is possible to build custom OpenCV SDK for Android configuration with reduced set of modules by providing BUILD_LIST cmake option and utilizing build_sdk script.

关于android - OpenCV Manager(在 google play 中找不到)+ 很难在 Oreo 中安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52169946/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com