Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nerrog/Easy-ADBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
nerrog committed Aug 16, 2020
2 parents 73e5896 + 8eac475 commit cb28380
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 nerrog

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,44 @@
# Easy-ADBuilder


# Features

adbコマンドを使うために必要なファイルをダウンロードしたり環境変数が通したりが必要なく、ソフト上からワンクリックで環境を構築できます

![S](https://user-images.githubusercontent.com/48819514/90333774-6c9d6700-e003-11ea-90d6-15c8b77c4360.png)


# Requirement

必要条件

*Windows10(MacOSやLinuxOSには対応しておりません)

*.NET Framework 4.7.2

# Installation
最新や新しめのWindows10なら標準で入っていると思いますが、
古いバージョンのWindowsだと同じ10でも入ってない可能性があります
その場合は[こちら](http://go.microsoft.com/fwlink/?LinkId=863262)のMicrosoft社のページよりダウンロードしてください

# Usage

この利用規約に同意していただけるのであれば、下のチェックボックスにチェックマークを入れて「adb環境構築開始」ボタンをクリックしてください
お使いのPCにもよりますが一瞬・3~5秒程度で構築が完了します
完了したと表示されればこのソフトを閉じて削除していただいても構いません
これでコマンドプロンプトやPowershell等でadbコマンドが使えるようになっています!


# Note

使用は自己責任でお願いします

# Author

* 作成者 nerrog.net
* E-mail info★nerrog.net
(★を@にかえてください)

# License

"Easy-ADBuilder" is under [MIT license](https://en.wikipedia.org/wiki/MIT_License).

0 comments on commit cb28380

Please sign in to comment.