adt - How can I install a previous Android Support library (version 8) -


i have installed latest adt tools eclipse, i'm right @ v20.0.

this release introduced new project wizard, , in 1 of last steps says requires android support library version 8.
ok, in sdk manager tells me have android support library version 9 installed.

how can working, there way install older android support library version 8?

ok, posted question , did found workaround.

it seems adt looking support libraries in wrong folder...
folder libraries in is:
(1) \extras\android\compatibility adt looks them in:
(2) \extras\android\support
have create folder (2) , copy files in folder (1) it.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -