mirror of https://github.com/axmolengine/axmol.git
[android] fixed #501: remove unneedded
This commit is contained in:
parent
617703a681
commit
2bd72e1793
|
@ -70,7 +70,7 @@ copy_build_native(){
|
|||
# replace AndroidManifext.xml and change the activity name
|
||||
# use sed to replace the specified line
|
||||
modify_androidmanifest(){
|
||||
sed "s/ApplicationDemo/$APP_NAME/;;s/org\.cocos2dx\.application/$PACKAGE_PATH/" $HELLOWORLD_ROOT/android/AndroidManifest.xml > $APP_DIR/android/AndroidManifest.xml
|
||||
sed "s/ApplicationDemo/$APP_NAME/;s/org\.cocos2dx\.application/$PACKAGE_PATH/" $HELLOWORLD_ROOT/android/AndroidManifest.xml > $APP_DIR/android/AndroidManifest.xml
|
||||
}
|
||||
|
||||
# modify ApplicationDemo.java
|
||||
|
|
Loading…
Reference in New Issue