eclipse - How do I use other API versions as build targets in my Android Project? -


introduction

  1. i'm new android development
  2. using eclipse luna r24.1.2 , jdk 8
  3. 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?

eclipse window

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)

  1. window > android sdk manager
  2. check additional api versions required e.g. android 4.0 (api14)
  3. press install [x] packages
  4. restart eclipse

sdk manager

these instructions sdk manager guide. details instructions android studio , other operating systems (mac, linux).


i recommend moving use android studio, choice you.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -