Solve ADB Error : adb is not recognized as an internal of external command - Practical Demo

preview_player
Показать описание
Whenever you are getting an error like this 'adb' is not recognized as an internal or external command, operable program or batch file

then check the following things

1. Make sure that you have installed emulators either android emulator or Genymotion emulator

ADB Path of Android Emulators
C:\Users\Parag\AppData\Local\Android\Sdk\platform-tools\

ADB Path for Genymotion Emulators
c:\Program Files\Genymobile\Genymotion\tools\

For Learning More about Programming
Рекомендации по теме
Комментарии
Автор

Hi Dr Shukla... My name is Kevin Ray and I live near Los Angeles California. I am 70 years of age and I am learning Android studio from your videos... The latest video I have been using is implementation of sqlite database in Android using kotlin from two years ago. In the later part of the video towards the video, you're doing on context item selected and you're using it to delete a record from the list. I would like to know how to use the same method but to update a selected record that is long clicked on..

kevinrea