eclipse - How do I use other API versions as build targets in my Android Project? -
introduction
- i'm new android development
- using eclipse luna r24.1.2 , jdk 8
- i can't use android studio because lags much on computer
the problem
i can't choose build target in compile with
dropdown above api version 8. however, can choose minimum , target api's greater this.
hence, i cannot start project / choose activity.
how overcome this? need download through sdk manager?
download api versions
you need download api versions wish use via sdk manager. once have done this, of downloaded versions appear options in compile with
drop down.
installing via sdk manager (eclipse)
- window > android sdk manager
- check additional api versions required e.g. android 4.0 (api14)
- press install [x] packages
- restart eclipse
these instructions sdk manager guide. details instructions android studio , other operating systems (mac, linux).
i recommend moving use android studio, choice you.
Comments
Post a Comment