Context:
Running android update project
ERROR:
command not found
Solution:
- export ANDROID_HOME=/Applications/android-sdks
- Add Tools to PATH
- export PATH=${PATH}:${ANDROID_HOME}/tools
- Add platform-tools to PATH
- export PATH=${PATH}:${ANDROID_HOME}/platform-tools
If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged
No comments:
Write comments