문제

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