Skip to content

Commit

Permalink
corrected ADT version requirement, refs jgilfelt#2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilfelt committed Sep 21, 2012
1 parent 84825fb commit 48dec89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ A small collection of ADT templates for Android development to help quickly scaf

Read more about ADT templates and their format here: https://plus.google.com/113735310430199015092/posts/XTKTamk4As8

To use these templates you will need Eclipse and ADT version 20 or above. Copy the appropriate folders into `<android-sdk-folder>/extras/templates/activities/` and they will appear in the project explorer context menu under **New > Other... > Android > Android Object**
To use these templates you will need Eclipse and ADT version ~~20~~ 21 or above. Copy the appropriate folders into `<android-sdk-folder>/extras/templates/activities/` and they will appear in the project explorer context menu under

**New > Other... > Android > Android Object**

ADT 21 is currently in beta. Developers can install it via the preview channel: http://tools.android.com/preview-channel

![templates](http://jeffgilfelt.com/img/templates.png "templates")

Expand Down

0 comments on commit 48dec89

Please sign in to comment.