- Learning Node.js for Mobile Application Development
- Stefan Buttigieg Milorad Jevdjenic
- 233字
- 2021-07-09 21:21:31
Setting up your physical Android device for development
The following are the three main steps that need to be taken in order to enable your Android Device for development:
- Enable Developer options on your specific Android device
- Enable USB debugging
- Provide your computer with the necessary trust credentials with the installed IDE via secure USB debugging. (devices with Android 4.4.2)
Enabling Developer options
Depending on your device, this might vary slightly, but as from Android 4.2 and higher, the Developer options screen is hidden by default.
To enable it, navigate to Settings | About phone and click on the Build number seven times. You will find Developer options enabled when you return to the previous screen.
Enabling USB debugging
USB debugging enables the IDE to communicate with the device via the USB port. This can be activated after enabling Developer options and is done by checking the USB debugging using the following this path:
Settings—Developer Options—Debugging—USB debugging
Trusting a computer with installed IDE using secure USB debugging (devices with Android 4.4.2)
You have to accept the RSA key on your phone or tablet before anything can flow between the device via the Android Debug Bridge (ADB). This is done by connecting the device to the computer via USB, which triggers a notification entitled Enable USB Debugging?
Check off Always allow from this Computer and click on OK.
- Learning Cython Programming
- 劍指JVM:虛擬機實踐與性能調優
- 技術領導力:程序員如何才能帶團隊
- Neo4j Essentials
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- Mastering Rust
- Python之光:Python編程入門與實戰
- Java系統化項目開發教程
- Spring+Spring MVC+MyBatis從零開始學
- Qlik Sense? Cookbook
- Mastering Elixir
- Kotlin進階實戰
- 嵌入式C編程實戰
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- Implementing Domain:Specific Languages with Xtext and Xtend