[android] fixed #501: remove unneedded

This commit is contained in:
minggo 2011-05-20 17:43:29 +08:00
parent 617703a681
commit 2bd72e1793
1 changed files with 1 additions and 1 deletions

View File

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