Lines Matching refs:avd
792 /* If no AVD name was given, try to find the top of the
795 if (opts->avd == NULL) {
826 if (opts->avd == NULL && !android_build_out)
836 "If you are an Android SDK user, please use '@<name>' or '-avd <name>'\n"
837 "to start a given virtual device (see -help-avd for details).\n\n"
874 "with the '-avd <name>' option. Read -help-avd for more information.\n\n"
876 "If you *really* want to *NOT* run an AVD, consider using '-data <file>'\n"
898 if (opts->avd != NULL)
900 ret = avdInfo_new( opts->avd, android_avdParams );
903 dprint("could not find virtual device named '%s'", opts->avd);