Midson
Midson

Reputation: 1028

What is Android PDK?

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.

Upvotes: 14

Views: 14512

Answers (2)

danio
danio

Reputation: 8653

From wladimir-tm4pda.github.io: "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.

Upvotes: 3

Janusz
Janusz

Reputation: 189534

The Android PDK is the Platform development kit. This is needed by manufacturers that want to build android powered devices or people building custom roms.

It consists of the tools needed to build the Android OS itself.

Upvotes: 9

Related Questions