Android کے لئے نئی ڈیولپمنٹ کٹ جاری

محمدصابر

محفلین
آج Android کے بلاگ پر جا کر پتہ چلا کہ Android کے لئے نئی ڈیویلپمنٹ کٹ جاری کر دی گئی ہے۔ جس کی مدد سے اب ڈیویلپرزاینڈرائیڈ کے اطلاقیے بنانے کے لئے CاورCپلس پلس میں کوڈز بھی لکھ سکیں گے۔ یاد رہے کہ اینڈرائیڈ کے اطلاقیے Dalvikورچوئل مشین میں چلتے ہیں۔


  • a set of tools and build files used to generate native code libraries from C and C++ sources​
  • a way to embed the corresponding native libraries into application packages files (.apks) that can be deployed on Android devices​
  • a set of native system headers and libraries that will be supported in all future releases of the Android platform, starting from Android 1.5 documentation, samples and tutorials​
This release of the NDK supports the ARMv5TE machine instruction set and provides stable headers for:​
  • libc, the standard C library​
  • libm, the standard math library​
  • the JNI interface​
  • libz, the common ZLib compression library​
  • liblog, used to send logcat messages to the kernel​

 
Top