Skip to content

manishsahni2000/RealmSync

Repository files navigation

RealmSync

******* How to install abd use adb ********

Install adb

If you already have Android Studio installed Add platform-tools to your path

echo 'export ANDROID_HOME=/Users/$USER/Library/Android/sdk' >> ~/.bash_profile echo 'export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools' >> ~/.bash_profile Refresh your bash profile (or restart your terminal app)

source ~/.bash_profile Start using adb

adb devices


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages