mobile - Can't compile app built with earlier version of android on newer version of Android -


i have existing android app built using android 11. however, newest version of adt allows me compile android 17 app not run. how newest version of adt run existing app?

i error when attempt run app. "unable resolve target 'android-11'"

either:

  • download api level 11 sdk sdk manager, or

  • update project use build target have (e.g., project > properties > android in eclipse)

along avd remaining on android boot screen.

either:

  • have patience , wait avd boot complete, or

  • buy faster computer, or

  • switch the x86 emulator


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -