Today i want to share about how to install adb on your computer. What do you know about ADB ? it is usually known Android Debug Bridge . The Advantage of using adb is we can control and interact with our Android device via our pc / latpop, such as installing applications, removing applications, see Log and many other things that we can not do if we only directly acces to our android smartphone. but before you start to practice this tutorial please read this tutorial carefully. please be careful in typing the ADB command. Because the order is to be entered directly into the core operating system android. and we are not responsible if you are not careful in doing so. ADB or the Android Debug Bridge is a tool created by developers to facilitate managing Android device or Android Emulator. ADB is a tool client - server which is run on your computer and then after the ADB is running, you can connect to the client (may Android device here or Android Emulator) to then perform many commands....