Skip to content

Commit 069ce7c

Browse files
committed
show ndk platform path when missing
1 parent 42b3418 commit 069ce7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ def prepare_build_environment(self, user_sdk_dir, user_ndk_dir,
10081008
'android-{}'.format(self.android_api),
10091009
platform_dir)
10101010
if not exists(self.ndk_platform):
1011-
warning('ndk_platform doesn\'t exist')
1011+
warning('ndk_platform doesn\'t exist: {}'.format(self.ndk_platform))
10121012
ok = False
10131013

10141014
py_platform = sys.platform

0 commit comments

Comments
 (0)