8000 change PATH in doc to add adb tools as well · tony/python-for-android@f1c9a7a · GitHub
[go: up one dir, main page]

Skip to content
< 8000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/sessions-eed3aa0554dd.js" defer="defer">

Commit f1c9a7a

Browse files
committed
change PATH in doc to add adb tools as well
1 parent 7cd8e1d commit f1c9a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/prerequisites.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ After installing them, export both installation path, NDK version and API to use
6666

6767
Also, you must configure you're PATH to add the ``android`` binary::
6868

69-
export PATH=$ANDROIDNDK:$ANDROIDSDK/tools:$PATH
69+
export PATH=$ANDROIDNDK:$ANDROIDSDK/platform-tools:$ANDROIDSDK/tools:$PATH
7070

0 commit comments

Comments
 (0)
0