Skip to content

Instantly share code, notes, and snippets.

@flyfire
Last active December 22, 2015 17:28
Show Gist options
  • Save flyfire/6506086 to your computer and use it in GitHub Desktop.
Save flyfire/6506086 to your computer and use it in GitHub Desktop.
android commandline

Android Commandline

#Android Commandline

##创建avd

  • android list target
  • android create avd -n avd10 -t 1,If the target you selected was a standard Android system image ("Type: platform"), the android tool next asks you whether you want to create a custom hardware profile.在hardware emulation settings中设置hw.ramSize
  • android delete avd -n avd10
  • syntax hightlight
#include<stdio.h>
int main()
{
  printf("hello,md\n");
  return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment