http://android-developers.blogspot.com/ 블로그에서 NDK를 키워드로 기사를 검색해서 4개의 포스트를 찾았다. 4개 기사의 내용을 요약한다. 영어다. 갑갑한가? 나는 환장하겠다. 당분간 영어로 포스트를 올리게 될 것 같다. -_-;;
http://android-developers.blogspot.com/2010/05/android-22-and-developers-goodies.html
"Android 2.2 and developers goodies."
Posted by Xavier Ducrohet, Android SDK Tech Lead on 20 May 2010 at 9:00 AM
- 20/May/2010 Android 2.2 announced. (7th platform release since Android 1.0)
- (on the native side,) add new APIs to access Skia bitmap
- tools update
- Android SDK Tools, Revision 6, Eclipse plug-in 0.9.7
- Android NDK, Revision 4
http://android-developers.blogspot.com/2010/03/android-ndk-r3.html
"Android NDK r3"
Posted by David Turner on 08 March 2010 at 11:25 AM
- NDK r3 can used to target devices running Android 1.5 and higher
- use GCC 4.4.0 (previously used GCC 4.2.1)
so, generate slightly more compact and efficient machine code
- support OpenGL ES 2.0
http://android-developers.blogspot.com/2009/09/now-available-android-16-ndk.html
"Now available: Android 1.6 NDK"
Posted by David Turner on 29 September 2009 at 10:00 AM
- NDK is a companion to SDK
- NDK is used to generate and embed ARM machine code within your App Package
- NDK 1.6 features
- support OpenGL ES 1.1
- many fixes to the NDK build scripts
http://android-developers.blogspot.com/2009/06/introducing-android-15-ndk-release-1.html
"Introducing Android 1.5 NDK, Release 1"
Posted by David Turner on 25 June 2009 at 10:30 AM
- finally, android App-developers can use native code for their App
- provide libc, libm, JNI, libz, and liblog libraries
(끝)