Skip to content
View stupidface89's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report stupidface89

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Android Emulator command line options Android Emulator command line options
    1
    Android Emulator usage: emulator [options] [-qemu args]
    2
      options:
    3
        -sysdir <dir>                  search for system disk images in <dir>
    4
        -system <file>                 read initial system image from <file>
    5
        -datadir <dir>                 write user data into <dir>
  2. Adb useful commands list Adb useful commands list
    1
    == Adb Server
    2
    adb kill-server
    3
    adb start-server 
    4
    
                  
    5
    == Adb Reboot