Upstream version 8.36.156.0
[platform/framework/web/crosswalk.git] / src / xwalk / app / tools / android / make_apk.py
index f942547..0836e59 100755 (executable)
@@ -276,7 +276,7 @@ def Execution(options, name):
       print('Use %s in %s.' % (aapt_str, sdk_root_path))
       break
     except Exception:
-      print('There doesn\'t exist %s in %s.' % (aapt_str, sdk_root_path))
+      pass
   if not aapt_path:
     print('Your Android SDK may be ruined, please reinstall it.')
     sys.exit(2)