我對我的問題的簡單道歉,但有一種方法來選擇哪個仿真器中的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"
已指定,但它顯然是不存在。我問這個,因爲我已經注意到,一些模擬器有一個電子郵件應用程序上他們,而其他人不這樣做,以及一個模擬器,我的應用程序的工作原理是,當我創建項目
爲Y。 ou使用Eclipse? –
使用的仿真器是IDE的一項功能,它與您的代碼無關。你在說哪些模擬器有哪些電子郵件? – Simon
是有電子郵件,我發現模擬器之一是:NexusS的Android 2.2平臺2.2 API等級8 – SalTor