Reputation: 45
My question is : is the ADT related to a specific android version? i mean when we say for exp android 4.2 is that mean that we are using ( the plugin) ADT 21.0.1?? or Android version and ADT version are not realated?
Upvotes: 1
Views: 65
Reputation: 1007464
is the ADT related to a specific android version?
No.
or Android version and ADT version are not realated?
Correct. There usually is an ADT release around the same time of an Android SDK release, but the ADT also is updated in between SDK releases.
Upvotes: 1