darklost / android-cmake

Automatically exported from code.google.com/p/android-cmake
0 stars 0 forks source link

android-toolchain-cmake #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

It seems that the current version of android-toolchain-cmake only supports ARM 
based system. Could you please add x86 support in the near future, as Android-9 
support x86 right now.

By the way, could you please send me an email, because I have several questions 
to ask for your help.

Thank you.

Original issue reported on code.google.com by goanothe...@gmail.com on 22 Aug 2011 at 2:50

GoogleCodeExporter commented 8 years ago
We've added basic X86 support to the this project's android toolchain file, 
since we needed it for our toadlet (http://code.google.com/p/toadlet) project. 

I attached a patch for the current android.toolchain.cmake file that adds this 
X86 support. To use it you need to set ANDROID_ARCH=X86 and ANDROID_API_LEVEL=9 
(8 and below are not x86 compatible). 

Feedback welcome.

Original comment by wizzr...@gmail.com on 4 Nov 2011 at 4:22

Attachments:

GoogleCodeExporter commented 8 years ago
Support of x86 is added to the toolchain.

You can use x86 standalone toolchain or run cmake with -DANDROID_ABI=x86

Original comment by andrey.k...@itseez.com on 4 Mar 2012 at 1:42