I am building an app in Flex Builder 4 (iOS and Android) and have my app worked almost to completion and abou开发者_如何学Ct ready for deployment. Unfortunately, I cannot find how to change the app icon and title for the system to read, so my app still shows up as Main
with the default package symbol in the launcher. Does anyone know where to apply changes to these properties?
You need to edit these details in the .xml
file for your project. It will be located in the root of your src
folder and will be named something like MyProject-app.xml
. Double click this, there you can edit the filename, version number, icon, etc.
NOTE: the default view is Design
, i found it much easier to edit in the Source
view.
精彩评论