android-r7-安装准备
System and Software Requirements
The sections below describe the system and software requirements for using the Android NDK, as well as platform compatibility considerations that affect appplications using libraries produced with the NDK.
The Android SDK- A complete Android SDK installation (including all dependencies) is required.
- Android 1.5 SDK or later version is required.
Supported operating systems- Windows XP (32-bit) or Vista (32- or 64-bit)
- Mac OS X 10.4.8 or later (x86 only)
- Linux (32 or 64-bit; Ubuntu 8.04, or other Linux distributions using GLibc 2.7 or later)
Required development tools- For all development platforms, GNU Make 3.81 or later is required. Earlier versions of GNU Make might work but have not been tested.
- A recent version of awk (either GNU Awk or Nawk) is also required.
- For Windows,<manifest>? <uses-sdk android:minSdkVersion="3" />? ...</manifest>
- If you use this NDK to create a native library that uses the OpenGL ES APIs, the application containing the library can be deployed only to devices running the minimum platform versions described in the table below. To ensure compatibility, make sure that your application declares the proper<manifest>? <uses-feature android:glEsVersion="0x00020000" />? ...</manifest>
For more information, see the?attribute value in its manifest.
Supported operating systems- Windows XP (32-bit) or Vista (32- or 64-bit)
- Mac OS X 10.4.8 or later (x86 only)
- Linux (32 or 64-bit; Ubuntu 8.04, or other Linux distributions using GLibc 2.7 or later)
Required development tools- For all development platforms, GNU Make 3.81 or later is required. Earlier versions of GNU Make might work but have not been tested.
- A recent version of awk (either GNU Awk or Nawk) is also required.
- For Windows,<manifest>? <uses-sdk android:minSdkVersion="3" />? ...</manifest>
- If you use this NDK to create a native library that uses the OpenGL ES APIs, the application containing the library can be deployed only to devices running the minimum platform versions described in the table below. To ensure compatibility, make sure that your application declares the proper<manifest>? <uses-feature android:glEsVersion="0x00020000" />? ...</manifest>
For more information, see the?attribute value in its manifest.
Required development tools- For all development platforms, GNU Make 3.81 or later is required. Earlier versions of GNU Make might work but have not been tested.
- A recent version of awk (either GNU Awk or Nawk) is also required.
- For Windows,<manifest>? <uses-sdk android:minSdkVersion="3" />? ...</manifest>
- If you use this NDK to create a native library that uses the OpenGL ES APIs, the application containing the library can be deployed only to devices running the minimum platform versions described in the table below. To ensure compatibility, make sure that your application declares the proper<manifest>? <uses-feature android:glEsVersion="0x00020000" />? ...</manifest>
For more information, see the?attribute value in its manifest.
For more information, see the?attribute value in its manifest.