From 8263538bf535881cc2d9172c4ba157bd4453c177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=90=E9=BE=99=E5=B1=B1=E4=BA=BA?= Date: Tue, 18 Apr 2017 11:10:10 +0800 Subject: [PATCH] change api level to 13 (#17720) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad3877befb..9e95a679f9 100644 --- a/README.md +++ b/README.md @@ -262,11 +262,11 @@ Open the `cocos2d-x/build/cocos2d-win10.sln` ``` $ cd cocos2d-x/build -$ python ./android-build.py cpp-empty-test -p 10 +$ python ./android-build.py cpp-empty-test -p 13 $ adb install ../tests/cpp-empty-test/proj.android/bin/CppEmptyTest-debug.apk ``` -Then click item on Android device to run tests. Available value of `-p` is the API level, cocos2d-x supports from level 10. +Then click item on Android device to run tests. Available value of `-p` is the API level, cocos2d-x supports from level 13. * For Tizen