"运行AS" Android应用程序缺少
SDK和ADT安装和工作,但是当我运行某些Android code,运行方式栏为空。我需要去运行配置,请单击Android应用程序,使复印件,把我的项目的名称上的复制和运行它。然后,在模拟器上正常运行。如何添加了Android应用程序菜单项运行方式菜单里面呢?
SDK and ADT are installed and working, but when I run some android code, the "Run As" panel is empty. I need to go to Run configuration, click on Android application, make a copy, put the name of my project on the copy and the run it. Then it run properly on the emulator. How can I add the "android application" item menu inside the run as menu?
您可以鼠标右键点击骨节病>(在活动类)> 运行方式
> 运行配置
。接下来是鼠标右键点击骨节病>在 Android应用程序
> 新
。现在,你应该在目标
添加虚拟仿真器。它工作在我的版本的IDE。
You could Right Mouse Button Click(on activity class) > Run As
> Run Configurations
. Next is Right Mouse Button Click on Android Application
> New
. Now you should add your virtual emulator in Target
. It works in my version of IDE.
现在你可以使用这个运行配置与您自己的设置。
Now you can use this run configurations with your own settings.