android - Emulator issues -


i apologize simplicity of question, there way select emulator android application project runs in? i'm running in eclipse

i thought might have been specified in 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" 

but wasn't there. ask because i've noticed emulators have email app on them while others don't, , 1 emulator works app 1 made when created project

if coding eclipse, can follow procedure :

->right click on project
-> run
-> run configurations...
-> in list in left select under android application application name
-> go tab called target in panel in right
then able here select emulator want application runs in.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -