c++ - Android GCC compiler change -


how change default gcc compiler 4.6 4.8 in ndk-build command? want use arm-linux-androideabi-4.8 default arm-linux-androideabi-4.6. there way ??

you can directly call ndk-build ndk_toolchain_version=4.8, or set inside jni/application.mk:

ndk_toolchain_version:=4.8


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -