首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

android-r7-装配准备

2012-07-08 
android-r7-安装准备System and Software RequirementsThe sections below describe the system and softw

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.

热点排行