X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fresource-encapsulation%2Fandroid%2FSConscript;h=bb68358cb3907a164f141208c05d1ce345565a54;hb=refs%2Ftags%2Faccepted%2Ftizen%2Funified%2F20230214.171546;hp=689eec9d962e2631f0bbe5e7bc19cc65e74284e1;hpb=a5b4fe80c18329aa044fc1678d44ba76a45aea5b;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/resource-encapsulation/android/SConscript b/service/resource-encapsulation/android/SConscript index 689eec9..bb68358 100644 --- a/service/resource-encapsulation/android/SConscript +++ b/service/resource-encapsulation/android/SConscript @@ -14,7 +14,7 @@ os.environ['ANDROID_HOME'] = env.get('ANDROID_HOME') os.environ['ANDROID_NDK_HOME'] = env.get('ANDROID_NDK') if not os.path.exists(android_home + '/platforms/android-21') or not os.path.exists(android_home + '/build-tools/20.0.0'): - print ''' + print(''' ***************************************** Info ******************************** * Either 'Android API 21' is not installed or 'Android SDK Build Tools * * 20.0.0' is not installed. The Android SDK Manager will now open. Please * @@ -39,7 +39,7 @@ if not os.path.exists(android_home + '/platforms/android-21') or not os.path.exi ******************************************************************************* ...Opening Android SDK Manager now. Once you are finished, the build will continue. -''' +''') os.system(android_home + '/tools/android')