mirror of https://github.com/axmolengine/axmol.git
Merge pull request #949 from minggo/gles20
modify android template comment and modify engine version
This commit is contained in:
commit
34c0b96018
|
@ -30,7 +30,7 @@ NS_CC_BEGIN
|
||||||
|
|
||||||
const char* cocos2dVersion()
|
const char* cocos2dVersion()
|
||||||
{
|
{
|
||||||
return "cocos2d-2.0-rc0a-x-0.1.0";
|
return "cocos2d-2.0-rc0a-x-2.0";
|
||||||
}
|
}
|
||||||
|
|
||||||
NS_CC_END
|
NS_CC_END
|
||||||
|
|
|
@ -99,8 +99,7 @@ check_path(){
|
||||||
create_android_project(){
|
create_android_project(){
|
||||||
echo "Input package path. For example: org.cocos2dx.example"
|
echo "Input package path. For example: org.cocos2dx.example"
|
||||||
read PACKAGE_PATH
|
read PACKAGE_PATH
|
||||||
echo "Now cocos2d-x supports Android 2.1-update1, 2.2, 2.3 & 3.0"
|
echo "Now cocos2d-x supports Android 2.2 or upper version"
|
||||||
echo "Other versions have not tested."
|
|
||||||
$ANDROID_SDK_ROOT_LOCAL/tools/android list targets
|
$ANDROID_SDK_ROOT_LOCAL/tools/android list targets
|
||||||
echo "input target id:"
|
echo "input target id:"
|
||||||
read TARGET_ID
|
read TARGET_ID
|
||||||
|
|
Loading…
Reference in New Issue