Ask Your Question
0

Android x86_64 support?

asked 2014-04-18 15:31:40 -0600

KT gravatar image

updated 2014-04-18 17:00:13 -0600

Hello,

I am wondering what the planned support for Android x86_64 is, and when it will be available?

Looking at the current version, there is no cmake_android_x86-64.sh file for building.

Thx,

-k

edit retag flag offensive close merge delete

Comments

OpenCV for Android is built using Android NDK. Do you know anything about NDK version supporting compilation for Android x86_64?

Andrey Pavlenko gravatar imageAndrey Pavlenko ( 2014-05-05 08:01:12 -0600 )edit

Yes, I have access to a 64-bit NDK.

KT gravatar imageKT ( 2014-05-05 10:44:10 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-04-19 06:06:17 -0600

atrebbi gravatar image

updated 2014-04-19 06:07:11 -0600

I thought there's was no plan to release such platform in android and there's not such device actually, why should you need that ?

In iOS , it's available only for simulator that works very differently from android ( that is, the simulator does not emulate hardware but software )

edit flag offensive delete link more

Comments

64-bit android for Baytrail devices are available, and more are coming. Also 64-bit ARM devices will be available Q4/early Q1 '15.

KT gravatar imageKT ( 2014-04-23 10:38:58 -0600 )edit

ARM is not x86 , they are completely different processors, you'll never need to compile x86_64 to run or debug an android app

atrebbi gravatar imageatrebbi ( 2014-04-24 09:54:01 -0600 )edit

Yes, I know that ARM is not x86. The point I was making is that 64-bit is coming to BOTH platforms, so OpenCV needs to be available for those platforms; I was specifically requesting x86_64 support. Android apps will compile to 64-bit under both Dalvik and ART automatically once those VM's have been ported, but native code (OpenCV-based shared libraries, etc.) will need to be compiled against the 64-bit NDK/OpenCV toolchain.

KT gravatar imageKT ( 2014-04-24 14:32:43 -0600 )edit

Strange that intel that produces x86-64 and develops opencv did not know about this.

atrebbi gravatar imageatrebbi ( 2014-06-01 06:48:27 -0600 )edit
Oliv gravatar imageOliv ( 2015-06-23 07:56:54 -0600 )edit

Question Tools

Stats

Asked: 2014-04-18 15:31:40 -0600

Seen: 1,531 times

Last updated: Apr 19 '14