TAILIEUCHUNG - lập trình android (phần 9)

Tham khảo tài liệu 'lập trình android (phần 9)', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | 376 Appendix B Signing and installing applications on an Android device application to a broader audience. In this appendix we provide concise information about how to get your applications ready for release and how to work with a real device to sign and install applications. Recapping the Android Debug Bridge Although we covered the Android Debug Bridge adb in chapter 2 a recap is in order as background for signing and installing applications and working with Android devices. The adb is a client server program that lets you interact with the Android SDK in various ways including pushing and pulling files installing and removing applications issuing shell commands and more. The adb tool comprises three components a development machine-based server a development machine client for issuing commands and a client for each emulator or device in use. Other Android tools such as the DDMS tool also create clients to interact with the adb. You can make sure your local adb server is running by issuing the adb start-server command. Similarly you can stop your server with adb kill-server and then restart it if necessary orjust to get familiar with the process . When you start the Eclipse ADT environment it automatically starts an adb server instance. Once you are sure your adb server is running you can tell if any devices or emulators are connected by issuing the adb devices command. The output of this command with an emulator running and a physical device attached via a USB cable is shown here adb devices List of devices attached emulator-5554 device HT845GZ49611 device There are many more adb commands and uses than we are addressing here of course and obviously adb is very important in terms of developing Android applications it is the chassis of the entire SDK but it s important to understand that it supports both the emulator and any connected physical devices. The first step in getting your applications onto an actual device is to connect your device and make sure it

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.