Eclipse keeps starting new emulators

后端 未结 6 656
南方客
南方客 2020-12-24 14:16

I\'m busy learning how to build apps for Android, and I come across a very awkward problem.

When I run my application (with the green circle with the play-icon in it

6条回答
  •  悲哀的现实
    2020-12-24 14:51

    I do not believe what you are witnessing is a bug at all.

    You probably do not need to restart the adb.

    What is happening is this:

    If the current emulator you are running does not fit the minimum SDK of project you trying to run. The Android SDK manager will run an emulator that does fit the minimum sdk requirement.

提交回复
热议问题