Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doesn (0.17 sec)

  1. configure.py

          var_name='ANDROID_SDK_HOME',
          var_default=default_sdk_path,
          ask_for_var='Please specify the home path of the Android SDK to use.',
          check_success=valid_sdk_path,
          error_msg=('Either %s does not exist, or it does not contain the '
                     'subdirectories "platforms" and "build-tools".'))
    
      platforms = os.path.join(android_sdk_home_path, 'platforms')
      api_levels = sorted(os.listdir(platforms))
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (1)
Back to top