port for intel x86 android phones??
|
10-31-2013, 11:46 AM
Post: #92
|
|||
|
|||
RE: port for intel x86 android phones??
(10-31-2013 02:40 AM)[Unknown] Wrote: Well, theoretically it should be possible by doing:I just changed Application.mk to: APP_STL := gnustl_static #APP_ABI := armeabi-v7a x86 APP_ABI := x86 NDK_TOOLCHAIN := icc APP_CFLAGS := -xSSSE3_ATOM #APP_ABI := armeabi-v7a APP_GNUSTL_CPP_FEATURES := #NDK_TOOLCHAIN_VERSION := 4.8 and I get this errors: http://pastebin.com/7TtzKh9g It seems that icc wants to use gcc i686 (I have x86-64) added the path but there are part where It stills complains about that. It also looks like it wants to use ndk-r8 (I have r9) and I can't find the download link in the google page :/ |
|||
« Next Oldest | Next Newest »
|