Вопрос

When porting my Android app to Blackberry 10/Playbook, I get the error:

native-code: x86

This error has also been reported here and here. The app uses OpenCV for Android as a library project, which contains native code, and I'm aware that Blackberry lists native code as an unsupported feature. Is there any way to get apps with native code to work on Blackberry, even for experimental purposes?

Это было полезно?

Решение

From what I can tell, you'll have to port it over to Blackberry's Native Platform.

http://developer.blackberry.com/develop/platform_choice/ndk.html

It looks like Blackberry put up a rough port on Github.

https://github.com/blackberry/OpenCV

I haven't used it so I can't comment on how well it works.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top