Last active
May 29, 2019 11:26
-
-
Save ma3tk/f59003091172547f3ea9 to your computer and use it in GitHub Desktop.
Mac + Nexus5 で Android L を最初からインストールしてみる ref: https://qiita.com/ma3tk/items/437e81a7eefe137fca41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mkdir ~/eclipse/ | |
$ mv ~/Downloads/adt-bundle-mac-x86_64-20140702 ~/eclipse/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Tools | |
- Android SDK Tools (多分これがほしい) | |
- Android SDK Platform-tools (多分これがほしい) | |
- Android SDK Build-tools Rev.20 | |
- Android L 全部 | |
- Android 4.4W 全部 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ vi ~/.zshrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PATH="$PATH:/SDKのフォルダ/sdk/tools" | |
export PATH="$PATH:/SDKのフォルダ/sdk/platform-tools" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PATH="$PATH:/User/ma3tk/eclipse/sdk/tools" | |
export PATH="$PATH:/User/ma3tk/eclipse/sdk/platform-tools" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source ~/.zshrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ adb reboot bootloader |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ fastboot oem unlock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd ~/Downloads/hammerhead-lpv79 | |
$ ./flash-all.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment