模拟器问题

时间:2013-05-19 15:56:25

标签: android android-emulator

我为我的问题的简单性道歉,但有没有办法选择运行Android应用程序项目的模拟器?我在Eclipse中运行它

我认为它可能已在activity_main.xml

中指定
   <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:paddingBottom="@dimen/activity_vertical_margin"
    android:paddingLeft="@dimen/activity_horizontal_margin"
    android:paddingRight="@dimen/activity_horizontal_margin"
    android:paddingTop="@dimen/activity_vertical_margin"
    tools:context=".MainActivity"

但显然不存在。我问这个是因为我注意到有些模拟器上有一个电子邮件应用程序,而其他模拟器没有,而且我的应用程序的一个模拟器是我创建项目时创建的模拟器

1 个答案:

答案 0 :(得分:0)

如果您使用Eclipse进行编码,则可以按照以下步骤操作:

- &gt;右键点击您的项目
- &gt;试运行 - &gt;运行配置...
- &gt;然后在左侧列表中选择Android应用程序下的应用程序名称 - &gt;转到右侧面板中名为Target的选项卡
然后,您可以在此处选择要运行应用程序的模拟器。