Android app real machine debugging

Source: Internet
Author: User

1. Set the android phone to USB debugging mode. Step: menu ---> Settings ---> application ---> development, select USB debugging]

2. Use USB to connect your phone and computer, and make sure the connection is successful. Step: Run c:/adb devices in windows to check whether the phone is successfully connected.

PS: if you are using the ztezte mobile phone China Telecom edition, install the Telecom broadband application first. (If it is the first time you connect to your computer, the system will prompt you to install the program. You can do it as prompted .)

3. Set the application to debug mode. Operation: Edit AndroidManifest. xml to add the debugging parameter android: debuggable = "true", as shown below:

<Application android: icon = "@ drawable/icon" android: label = "@ string/app_name" android: debuggable = "true">

4. Execute the real machine debugging operation: In ECLIPSE, click the debug button to automatically select the real machine device and start debugging.

 

Http://blog.csdn.net/fangxiao_jun/article/details/5966656 ()

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.