We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c280d12 + 8018bc5 commit 274affaCopy full SHA for 274affa
1 file changed
pythonforandroid/build.py
@@ -235,6 +235,7 @@ def prepare_build_environment(self, user_sdk_dir, user_ndk_dir,
235
else:
236
error('Could not find `android` or `sdkmanager` binaries in '
237
'Android SDK. Exiting.')
238
+ exit(1)
239
apis = [s for s in targets if re.match(r'^ *API level: ', s)]
240
apis = [re.findall(r'[0-9]+', s) for s in apis]
241
apis = [int(s[0]) for s in apis if s]
0 commit comments