Couldn't load memtrack module (No such file or directory)

后端 未结 4 697
旧巷少年郎
旧巷少年郎 2020-12-17 18:14

Update: After I removed and reinstalled bundle problem only remains on emulator

I\'ve just installed the android development bundle on my windows 8 laptop. I\'m tryi

4条回答
  •  隐瞒了意图╮
    2020-12-17 19:02

    I was facing the same issue, make sure you're running the project in the right emulator, sometimes Eclipse doesn't ask you about the emulator that it will use.

    Go to the Run menu, Run Configurations, in the left list pick Android Application and then the application that you're trying to run. In the left panel pick the "Target" tab and choose the option "Always prompt to pick device" and try to run again.

    Make sure to pick the right emulator, in my case I had recently installed blue stacks and Eclipse was trying to run the application on it without prompting me, instead running it on the regular emulator.

提交回复
热议问题