Android SDK is used to build the Java Apps. Android NDK is used to build the Native part of the Android Application. Then what is Android PDK? Is PDK refer the target tool chain? Please throw some light one this.
A:
The Android PDK is the Platform development kit. This is needed by manufacturers that won't tp build android powered devices or people building custom roms.
It consists of the tools needed to build the Android OS itself.
Janusz
2010-08-18 08:21:53
Thanks. Then PDK just refer to the (prebuilt) tools, which come with Android source, and build process.
Midson
2010-08-18 10:40:45
A:
From pdk.android.com: "Welcome to the Android Platform Dev Guide! This guide provides an under-the-hood introduction to the Android platform, and is designed for platform developers and manufacturers building Android-powered devices."
That part in italics answers your question.
danio
2010-08-18 08:22:25