change api level to 13 (#17720)

This commit is contained in:
子龙山人 2017-04-18 11:10:10 +08:00 committed by minggo
parent 386c84e49a
commit 8263538bf5
1 changed files with 2 additions and 2 deletions

View File

@ -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