mirror of https://github.com/axmolengine/axmol.git
change api level to 13 (#17720)
This commit is contained in:
parent
386c84e49a
commit
8263538bf5
|
@ -262,11 +262,11 @@ Open the `cocos2d-x/build/cocos2d-win10.sln`
|
||||||
|
|
||||||
```
|
```
|
||||||
$ cd cocos2d-x/build
|
$ 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
|
$ 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
|
* For Tizen
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue