<< Back Android ADB
Adb is most useful utility to debug Android application.
Most useful command to debugging:
# D:\Android\android-sdk\platform-tools\adb devices # for virtual device # D:\Android\android-sdk\platform-tools\adb -e shell # inside shell # logcat *:W
If we connect Adnroid device by USB we can not see device, because this is no permission to ADB.
This is procedure to set up needed permission on my phone. Firstly need to tap on label "MUI version" a couple times to set up developer mode.
Menu "Additional setting" is appear. And we need to turn on "Developer options"
My phone has a lot of various developer options
but currently we need turn on only two of them - "Usb debugging".
After that we can take any ADB commands, for example.
This is full list of ADB commands https://developer.android.com/tools/adb.
- (2019) Android books
- (2021) Android Masterclass lecture from Paulo Dictone
- (2020) My Android Handbook
- (2020) Kotlin Syntax
- (2021) How to debug Android frontend
- (2022) Android ADB
- (2019) Android Studio Requirements (vmx|sse|svm CPU flags)
- (2020) Up and running Android studio
- (2021) How to build application server based on push notification from Firebase
- (2021) Retrofit test with interceptor, clear communication and show data to TextView
- (2020) https://developers.google.com/admob/android/quick-start
Comments (
)
<00>
<01>
<02>
<03>
<04>
<05>
<06>
<07>
<08>
<09>
<10>
<11>
<12>
<13>
<14>
<15>
<16>
<17>
<18>
<19>
<20>
<21>
<22>
<23>
Link to this page:
http://www.vb-net.com/Adb/Index.htm
<SITEMAP> <MVC> <ASP> <NET> <DATA> <KIOSK> <FLEX> <SQL> <NOTES> <LINUX> <MONO> <FREEWARE> <DOCS> <ENG> <CHAT ME> <ABOUT ME> < THANKS ME> |