Why does the Android SDK need a JDK?
I am trying to understand why the Android SDK needs the JDK.
The Android SDK is not supposed to have all the JDK Java classes it needs
(with potential implementation differences) ?
Is that for all the tools included in the JDK ?
Do we use the JDK when we build .dex & .apk files ?
What does it mean to say that Android Java classes must be written with
Java 5 or 6 compiler compliance ?
Thanks
No comments:
Post a Comment